Package | Description |
---|---|
org.eclipse.ice.reactor |
Modifier and Type | Method and Description |
---|---|
TubeType |
Tube.getTubeType()
Returns the TubeType enumeration value for this Tube.
|
TubeType |
TubeType.toType(java.lang.String name)
Returns the type of enumeration keyed on name.
|
static TubeType |
TubeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TubeType[] |
TubeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Tube.setTubeType(TubeType tubeType)
Sets the TubeType enumeration value for this Tube.
|
Constructor and Description |
---|
Tube(java.lang.String name,
TubeType tubeType)
A parameterized Constructor.
|
Tube(java.lang.String name,
TubeType tubeType,
Material material,
double height,
double outerRadius)
A parameterized Constructor.
|
Tube(java.lang.String name,
TubeType tubeType,
Material material,
double height,
double innerRadius,
double outerRadius)
A parameterized Constructor.
|