public enum HostPatchManagerIntegrityStatus extends Enum<HostPatchManagerIntegrityStatus>
Java class for HostPatchManagerIntegrityStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostPatchManagerIntegrityStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="validated"/>
<enumeration value="keyNotFound"/>
<enumeration value="keyRevoked"/>
<enumeration value="keyExpired"/>
<enumeration value="digestMismatch"/>
<enumeration value="notEnoughSignatures"/>
<enumeration value="validationError"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DIGEST_MISMATCH |
KEY_EXPIRED |
KEY_NOT_FOUND |
KEY_REVOKED |
NOT_ENOUGH_SIGNATURES |
VALIDATED |
VALIDATION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static HostPatchManagerIntegrityStatus |
fromValue(String v) |
String |
value() |
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 KEY_NOT_FOUND
public static final HostPatchManagerIntegrityStatus KEY_REVOKED
public static final HostPatchManagerIntegrityStatus KEY_EXPIRED
public static final HostPatchManagerIntegrityStatus DIGEST_MISMATCH
public static final HostPatchManagerIntegrityStatus NOT_ENOUGH_SIGNATURES
public static final HostPatchManagerIntegrityStatus VALIDATION_ERROR
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 nullpublic String value()
public static HostPatchManagerIntegrityStatus fromValue(String v)
Copyright © 2018. All rights reserved.