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