Uses of Enum Class
edu.nps.moves.dis7.enumerations.EventReportEventType
Packages that use EventReportEventType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of EventReportEventType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return EventReportEventTypeModifier and TypeMethodDescriptionstatic EventReportEventType
EventReportEventType.getEnumForValue
(int value) Provide enumeration for a given valuestatic EventReportEventType
EventReportEventType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic EventReportEventType
EventReportEventType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic EventReportEventType
Returns the enum constant of this class with the specified name.static EventReportEventType[]
EventReportEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventReportEventType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EventReportEventTypeModifier and TypeFieldDescriptionprotected EventReportEventType
EventReportPdu.eventType
Type of event uid 73protected EventReportEventType
EventReportRPdu.eventType
Event type uid 73Methods in edu.nps.moves.dis7.pdus that return EventReportEventTypeModifier and TypeMethodDescriptionEventReportPdu.getEventType()
Getter forEventReportPdu.eventType
EventReportRPdu.getEventType()
Getter forEventReportRPdu.eventType
Methods in edu.nps.moves.dis7.pdus with parameters of type EventReportEventTypeModifier and TypeMethodDescriptionEventReportPdu.setEventType
(EventReportEventType pEventType) Setter forEventReportPdu.eventType
EventReportRPdu.setEventType
(EventReportEventType pEventType) Setter forEventReportRPdu.eventType