Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ReceiverReceiverState |
ReceiverPdu.receiverState
encoding scheme used, and enumeration uid 179
|
Modifier and Type | Method and Description |
---|---|
ReceiverReceiverState |
ReceiverPdu.getReceiverState()
Getter for
ReceiverPdu.receiverState |
Modifier and Type | Method and Description |
---|---|
ReceiverPdu |
ReceiverPdu.setReceiverState(ReceiverReceiverState pReceiverState)
Setter for
ReceiverPdu.receiverState |
Modifier and Type | Method and Description |
---|---|
static ReceiverReceiverState |
ReceiverReceiverState.getEnumForValue(int i) |
static ReceiverReceiverState |
ReceiverReceiverState.unmarshalEnum(java.nio.ByteBuffer buff) |
static ReceiverReceiverState |
ReceiverReceiverState.unmarshalEnum(java.io.DataInputStream dis) |
static ReceiverReceiverState |
ReceiverReceiverState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverReceiverState[] |
ReceiverReceiverState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|