Uses of Enum Class
edu.nps.moves.dis7.enumerations.EntityVPRecordChangeIndicator
Packages that use EntityVPRecordChangeIndicator
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EntityVPRecordChangeIndicator in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type EntityVPRecordChangeIndicator in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 320, marshal size 8; EntityVPRecordChangeIndicator has 2 enumerations total.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 class with the specified name.static EntityVPRecordChangeIndicator[]
EntityVPRecordChangeIndicator.values()
Returns an array containing the constants of this enum class, 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