public enum TerminusDurability extends java.lang.Enum<TerminusDurability>
| Enum Constant and Description |
|---|
CONFIGURATION |
NONE |
UNSETTLED_STATE |
| Modifier and Type | Method and Description |
|---|---|
static TerminusDurability |
get(UnsignedInteger value) |
UnsignedInteger |
getValue() |
static TerminusDurability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminusDurability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminusDurability NONE
public static final TerminusDurability CONFIGURATION
public static final TerminusDurability UNSETTLED_STATE
public static TerminusDurability[] values()
for (TerminusDurability c : TerminusDurability.values()) System.out.println(c);
public static TerminusDurability 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 nullpublic UnsignedInteger getValue()
public static TerminusDurability get(UnsignedInteger value)