public static enum ResultConverter.AttestResult extends java.lang.Enum<ResultConverter.AttestResult>
| Enum Constant and Description |
|---|
PENDING |
TIME_OUT |
TRUSTED |
UN_KNOWN |
UN_TRUSTED |
| Modifier and Type | Method and Description |
|---|---|
static ResultConverter.AttestResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultConverter.AttestResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultConverter.AttestResult UN_TRUSTED
public static final ResultConverter.AttestResult TRUSTED
public static final ResultConverter.AttestResult UN_KNOWN
public static final ResultConverter.AttestResult TIME_OUT
public static final ResultConverter.AttestResult PENDING
public static ResultConverter.AttestResult[] values()
for (ResultConverter.AttestResult c : ResultConverter.AttestResult.values()) System.out.println(c);
public static ResultConverter.AttestResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null