Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AttachedParts |
AttachedPartVP.parameterType
The location or station to which the part is attached uid 57
|
Modifier and Type | Method and Description |
---|---|
AttachedParts |
AttachedPartVP.getParameterType()
Getter for
AttachedPartVP.parameterType |
Modifier and Type | Method and Description |
---|---|
AttachedPartVP |
AttachedPartVP.setParameterType(AttachedParts pParameterType)
Setter for
AttachedPartVP.parameterType |
Modifier and Type | Method and Description |
---|---|
static AttachedParts |
AttachedParts.getEnumForValue(int i) |
static AttachedParts |
AttachedParts.unmarshalEnum(java.nio.ByteBuffer buff) |
static AttachedParts |
AttachedParts.unmarshalEnum(java.io.DataInputStream dis) |
static AttachedParts |
AttachedParts.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttachedParts[] |
AttachedParts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|