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