Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DISAttributeActionCode |
AttributePdu.actionCode
This field shall identify the action code applicable to this Attribute PDU.
|
Modifier and Type | Method and Description |
---|---|
DISAttributeActionCode |
AttributePdu.getActionCode()
Getter for
AttributePdu.actionCode |
Modifier and Type | Method and Description |
---|---|
AttributePdu |
AttributePdu.setActionCode(DISAttributeActionCode pActionCode)
Setter for
AttributePdu.actionCode |
Modifier and Type | Method and Description |
---|---|
static DISAttributeActionCode |
DISAttributeActionCode.getEnumForValue(int i) |
static DISAttributeActionCode |
DISAttributeActionCode.unmarshalEnum(java.nio.ByteBuffer buff) |
static DISAttributeActionCode |
DISAttributeActionCode.unmarshalEnum(java.io.DataInputStream dis) |
static DISAttributeActionCode |
DISAttributeActionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DISAttributeActionCode[] |
DISAttributeActionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|