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 TypeClassDescriptionenumThisenumtype 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 EntityVPRecordChangeIndicatorEntityAssociationVP.changeIndicatorIndicates if this VP has changed since last issuance uid 320protected EntityVPRecordChangeIndicatorEntityTypeVP.changeIndicatorIndicates if this VP has changed since last issuance uid 320Methods in edu.nps.moves.dis7.pdus that return EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityAssociationVP.getChangeIndicator()Getter forEntityAssociationVP.changeIndicatorEntityTypeVP.getChangeIndicator()Getter forEntityTypeVP.changeIndicatorMethods in edu.nps.moves.dis7.pdus with parameters of type EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityAssociationVP.setChangeIndicator(EntityVPRecordChangeIndicator pChangeIndicator) Setter forEntityAssociationVP.changeIndicatorEntityTypeVP.setChangeIndicator(EntityVPRecordChangeIndicator pChangeIndicator) Setter forEntityTypeVP.changeIndicator