Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected RecordREventType |
RecordRPdu.eventType
uid 333
|
Modifier and Type | Method and Description |
---|---|
RecordREventType |
RecordRPdu.getEventType()
Getter for
RecordRPdu.eventType |
Modifier and Type | Method and Description |
---|---|
RecordRPdu |
RecordRPdu.setEventType(RecordREventType pEventType)
Setter for
RecordRPdu.eventType |
Modifier and Type | Method and Description |
---|---|
static RecordREventType |
RecordREventType.getEnumForValue(int i) |
static RecordREventType |
RecordREventType.unmarshalEnum(java.nio.ByteBuffer buff) |
static RecordREventType |
RecordREventType.unmarshalEnum(java.io.DataInputStream dis) |
static RecordREventType |
RecordREventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordREventType[] |
RecordREventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|