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