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