Package | Description |
---|---|
org.eclipse.ice.reactor |
Modifier and Type | Method and Description |
---|---|
MaterialType |
Material.getMaterialType()
Returns the phase of this Material.
|
MaterialType |
MaterialType.toType(java.lang.String name)
Returns the type of enumeration keyed on name.
|
static MaterialType |
MaterialType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaterialType[] |
MaterialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.setMaterialType(MaterialType materialType)
Sets the phase of this Material.
|
Constructor and Description |
---|
Material(java.lang.String name,
MaterialType materialType)
A parameterized Constructor.
|