Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AttachedPartDetachedIndicator |
AttachedPartVP.detachedIndicator
0 = attached, 1 = detached.
|
Modifier and Type | Method and Description |
---|---|
AttachedPartDetachedIndicator |
AttachedPartVP.getDetachedIndicator()
Getter for
AttachedPartVP.detachedIndicator |
Modifier and Type | Method and Description |
---|---|
AttachedPartVP |
AttachedPartVP.setDetachedIndicator(AttachedPartDetachedIndicator pDetachedIndicator)
Setter for
AttachedPartVP.detachedIndicator |
Modifier and Type | Method and Description |
---|---|
static AttachedPartDetachedIndicator |
AttachedPartDetachedIndicator.getEnumForValue(int i) |
static AttachedPartDetachedIndicator |
AttachedPartDetachedIndicator.unmarshalEnum(java.nio.ByteBuffer buff) |
static AttachedPartDetachedIndicator |
AttachedPartDetachedIndicator.unmarshalEnum(java.io.DataInputStream dis) |
static AttachedPartDetachedIndicator |
AttachedPartDetachedIndicator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttachedPartDetachedIndicator[] |
AttachedPartDetachedIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|