Uses of Enum
edu.nps.moves.dis7.enumerations.EntityVPRecordChangeIndicator
Packages that use EntityVPRecordChangeIndicator
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of EntityVPRecordChangeIndicator in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return EntityVPRecordChangeIndicatorModifier and TypeMethodDescriptionEntityVPRecordChangeIndicator.getEnumForValue(int i)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 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