public enum TransactionInformationFlag extends java.lang.Enum<TransactionInformationFlag>
| Enum Constant and Description |
|---|
BAD_ID_ASSOCIATION |
CLIENT_FAILURE |
COMMAND_FAILED |
FUNCTION_NOT_SUPPORTED |
ID_MATCH |
IP_MATCHED |
PREVIOUS_ID_MATCH |
SQRL_DISABLED |
TRANSIENT_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static TransactionInformationFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionInformationFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionInformationFlag ID_MATCH
public static final TransactionInformationFlag PREVIOUS_ID_MATCH
public static final TransactionInformationFlag IP_MATCHED
public static final TransactionInformationFlag SQRL_DISABLED
public static final TransactionInformationFlag FUNCTION_NOT_SUPPORTED
public static final TransactionInformationFlag TRANSIENT_ERROR
public static final TransactionInformationFlag COMMAND_FAILED
public static final TransactionInformationFlag CLIENT_FAILURE
public static final TransactionInformationFlag BAD_ID_ASSOCIATION
public static TransactionInformationFlag[] values()
for (TransactionInformationFlag c : TransactionInformationFlag.values()) System.out.println(c);
public static TransactionInformationFlag 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