Package | Description |
---|---|
org.eclipse.ice.item.nuclear |
Modifier and Type | Method and Description |
---|---|
static MOOSEModel.TreeType |
MOOSEModel.TreeType.fromString(java.lang.String className)
This method performs a lookup to return a tree type based on an input
string, assumed to be equal to getClass().toString().
|
static MOOSEModel.TreeType |
MOOSEModel.TreeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MOOSEModel.TreeType[] |
MOOSEModel.TreeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|