public enum HostPatchManagerIntegrityStatus extends Enum<HostPatchManagerIntegrityStatus>
| Enum Constant and Description |
|---|
digestMismatch |
keyExpired |
keyNotFound |
keyRevoked |
notEnoughSignatures |
validated |
validationError |
| Modifier and Type | Method and Description |
|---|---|
static HostPatchManagerIntegrityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostPatchManagerIntegrityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostPatchManagerIntegrityStatus validated
public static final HostPatchManagerIntegrityStatus keyNotFound
public static final HostPatchManagerIntegrityStatus keyRevoked
public static final HostPatchManagerIntegrityStatus keyExpired
public static final HostPatchManagerIntegrityStatus digestMismatch
public static final HostPatchManagerIntegrityStatus notEnoughSignatures
public static final HostPatchManagerIntegrityStatus validationError
public static HostPatchManagerIntegrityStatus[] values()
for (HostPatchManagerIntegrityStatus c : HostPatchManagerIntegrityStatus.values()) System.out.println(c);
public static HostPatchManagerIntegrityStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2012. All Rights Reserved.