Uses of Enum
edu.nps.moves.dis7.enumerations.IOCommsNodeRecordCommsNodeType
Packages that use IOCommsNodeRecordCommsNodeType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of IOCommsNodeRecordCommsNodeType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IOCommsNodeRecordCommsNodeTypeModifier and TypeMethodDescriptionIOCommsNodeRecordCommsNodeType.getEnumForValue
(int value) Provide enumeration for a given valueIOCommsNodeRecordCommsNodeType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamIOCommsNodeRecordCommsNodeType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static IOCommsNodeRecordCommsNodeType[]
IOCommsNodeRecordCommsNodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOCommsNodeRecordCommsNodeType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IOCommsNodeRecordCommsNodeTypeModifier and TypeFieldDescriptionprotected IOCommsNodeRecordCommsNodeType
IOCommsNodeRecord.commsNodeType
uid 294Methods in edu.nps.moves.dis7.pdus that return IOCommsNodeRecordCommsNodeTypeModifier and TypeMethodDescriptionIOCommsNodeRecord.getCommsNodeType()
Getter forIOCommsNodeRecord.commsNodeType
Methods in edu.nps.moves.dis7.pdus with parameters of type IOCommsNodeRecordCommsNodeTypeModifier and TypeMethodDescriptionIOCommsNodeRecord.setCommsNodeType
(IOCommsNodeRecordCommsNodeType pCommsNodeType) Setter forIOCommsNodeRecord.commsNodeType