Uses of Enum Class
edu.nps.moves.dis7.enumerations.SignalTDLType
Packages that use SignalTDLType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of SignalTDLType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return SignalTDLTypeModifier and TypeMethodDescriptionstatic SignalTDLType
SignalTDLType.getEnumForValue
(int value) Provide enumeration for a given valuestatic SignalTDLType
SignalTDLType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic SignalTDLType
SignalTDLType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic SignalTDLType
Returns the enum constant of this class with the specified name.static SignalTDLType[]
SignalTDLType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SignalTDLType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as SignalTDLTypeModifier and TypeFieldDescriptionprotected SignalTDLType
IntercomSignalPdu.tdlType
tactical data link type uid 178protected SignalTDLType
IntercomSignalPduSpecialCase.tdlType
tactical data link type uid 178protected SignalTDLType
SignalPdu.tdlType
tdl type uid 178protected SignalTDLType
SignalPduSpecialCase.tdlType
tdl type uid 178Methods in edu.nps.moves.dis7.pdus that return SignalTDLTypeModifier and TypeMethodDescriptionIntercomSignalPdu.getTdlType()
Getter forIntercomSignalPdu.tdlType
IntercomSignalPduSpecialCase.getTdlType()
Getter forIntercomSignalPduSpecialCase.tdlType
SignalPdu.getTdlType()
Getter forSignalPdu.tdlType
SignalPduSpecialCase.getTdlType()
Getter forSignalPduSpecialCase.tdlType
Methods in edu.nps.moves.dis7.pdus with parameters of type SignalTDLTypeModifier and TypeMethodDescriptionIntercomSignalPdu.setTdlType
(SignalTDLType pTdlType) Setter forIntercomSignalPdu.tdlType
IntercomSignalPduSpecialCase.setTdlType
(SignalTDLType pTdlType) Setter forIntercomSignalPduSpecialCase.tdlType
SignalPdu.setTdlType
(SignalTDLType pTdlType) Setter forSignalPdu.tdlType
SignalPduSpecialCase.setTdlType
(SignalTDLType pTdlType) Setter forSignalPduSpecialCase.tdlType