Package | Description |
---|---|
org.eclipse.ice.reactor.sfr.core.assembly |
Modifier and Type | Method and Description |
---|---|
PinType |
PinAssembly.getPinType()
Returns the pin type (primary control, secondary control, core fuel or
blanket fuel).
|
static PinType |
PinType.valueOf(int id)
Gets an PinType enum value for the corresponding
Integer ID.
|
static PinType |
PinType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinType[] |
PinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PinAssembly(java.lang.String name,
PinType pinType,
int size)
Parameterized constructor with the assembly size (number of pins), pin
type, and name specified.
|