Uses of Enum
edu.nps.moves.dis7.enumerations.VariableParameterRecordType
Packages that use VariableParameterRecordType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of VariableParameterRecordType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return VariableParameterRecordTypeModifier and TypeMethodDescriptionstatic VariableParameterRecordType
VariableParameterRecordType.getEnumForValue
(int value) Provide enumeration for a given valuestatic VariableParameterRecordType
VariableParameterRecordType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic VariableParameterRecordType
VariableParameterRecordType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic VariableParameterRecordType
Returns the enum constant of this type with the specified name.static VariableParameterRecordType[]
VariableParameterRecordType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VariableParameterRecordType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as VariableParameterRecordTypeModifier and TypeFieldDescriptionprotected VariableParameterRecordType
ArticulatedPartVP.recordType
The identification of the Variable Parameter record.protected VariableParameterRecordType
AttachedPartVP.recordType
The identification of the Variable Parameter record.protected VariableParameterRecordType
EntityAssociationVP.recordType
The identification of the Variable Parameter record.protected VariableParameterRecordType
EntityTypeVP.recordType
The identification of the Variable Parameter record.protected VariableParameterRecordType
SeparationVP.recordType
The identification of the Variable Parameter record.protected VariableParameterRecordType
VariableParameter.recordType
The identification of the Variable Parameter record.Methods in edu.nps.moves.dis7.pdus that return VariableParameterRecordTypeModifier and TypeMethodDescriptionArticulatedPartVP.getRecordType()
Getter forArticulatedPartVP.recordType
AttachedPartVP.getRecordType()
Getter forAttachedPartVP.recordType
EntityAssociationVP.getRecordType()
Getter forEntityAssociationVP.recordType
EntityTypeVP.getRecordType()
Getter forEntityTypeVP.recordType
SeparationVP.getRecordType()
Getter forSeparationVP.recordType
VariableParameter.getRecordType()
Getter forVariableParameter.recordType
Methods in edu.nps.moves.dis7.pdus with parameters of type VariableParameterRecordTypeModifier and TypeMethodDescriptionArticulatedPartVP.setRecordType
(VariableParameterRecordType pRecordType) Setter forArticulatedPartVP.recordType
AttachedPartVP.setRecordType
(VariableParameterRecordType pRecordType) Setter forAttachedPartVP.recordType
EntityAssociationVP.setRecordType
(VariableParameterRecordType pRecordType) Setter forEntityAssociationVP.recordType
EntityTypeVP.setRecordType
(VariableParameterRecordType pRecordType) Setter forEntityTypeVP.recordType
SeparationVP.setRecordType
(VariableParameterRecordType pRecordType) Setter forSeparationVP.recordType
VariableParameter.setRecordType
(VariableParameterRecordType pRecordType) Setter forVariableParameter.recordType