Uses of Enum
edu.nps.moves.dis7.enumerations.EntityVPRecordChangeIndicator
Packages that use EntityVPRecordChangeIndicator
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of EntityVPRecordChangeIndicator in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityVPRecordChangeIndicator.getEnumForValue
(int value) Provide enumeration for a given valueEntityVPRecordChangeIndicator.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamEntityVPRecordChangeIndicator.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static EntityVPRecordChangeIndicator[]
EntityVPRecordChangeIndicator.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityVPRecordChangeIndicator in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EntityVPRecordChangeIndicatorModifier and TypeFieldDescriptionprotected EntityVPRecordChangeIndicator
EntityAssociationVP.changeIndicator
Indicates if this VP has changed since last issuance uid 320protected EntityVPRecordChangeIndicator
EntityTypeVP.changeIndicator
Indicates if this VP has changed since last issuance uid 320Methods in edu.nps.moves.dis7.pdus that return EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityAssociationVP.getChangeIndicator()
Getter forEntityAssociationVP.changeIndicator
EntityTypeVP.getChangeIndicator()
Getter forEntityTypeVP.changeIndicator
Methods in edu.nps.moves.dis7.pdus with parameters of type EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityAssociationVP.setChangeIndicator
(EntityVPRecordChangeIndicator pChangeIndicator) Setter forEntityAssociationVP.changeIndicator
EntityTypeVP.setChangeIndicator
(EntityVPRecordChangeIndicator pChangeIndicator) Setter forEntityTypeVP.changeIndicator