Uses of Enum Class
edu.nps.moves.dis7.enumerations.EEAttributeStateIndicator
Packages that use EEAttributeStateIndicator
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EEAttributeStateIndicator in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type EEAttributeStateIndicator in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 300, marshal size 8; StateIndicator has 3 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return EEAttributeStateIndicatorModifier and TypeMethodDescriptionstatic EEAttributeStateIndicator
EEAttributeStateIndicator.getEnumForValue
(int value) Provide enumeration for a given valuestatic EEAttributeStateIndicator
EEAttributeStateIndicator.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic EEAttributeStateIndicator
EEAttributeStateIndicator.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic EEAttributeStateIndicator
Returns the enum constant of this class with the specified name.static EEAttributeStateIndicator[]
EEAttributeStateIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EEAttributeStateIndicator in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EEAttributeStateIndicatorModifier and TypeFieldDescriptionprotected EEAttributeStateIndicator
AngleDeception.stateIndicator
This field shall be used to indicate if angle deception data have changed since issuance of the last Angle Deception attribute record for this beam, if the Angle Deception attribute record is part of a heartbeat update to meet periodic update requirements or if the angle deception data for the beam has ceased. uid 300protected EEAttributeStateIndicator
BlankingSector.stateIndicator
indicate if blanking sector data have changed since issuance of the last Blanking Sector attribute record for this beam, if the Blanking Sector attribute record beam has ceased uid 300protected EEAttributeStateIndicator
FalseTargetsAttribute.stateIndicator
This field shall be used to indicate if false target data have changed since issuance of the last False Targets attribute record for this beam, if the False Targets attribute record is part of a heartbeat update to meet periodic update requirements or if false target data for the beam has ceased. uid 300Methods in edu.nps.moves.dis7.pdus that return EEAttributeStateIndicatorModifier and TypeMethodDescriptionAngleDeception.getStateIndicator()
Getter forAngleDeception.stateIndicator
BlankingSector.getStateIndicator()
Getter forBlankingSector.stateIndicator
FalseTargetsAttribute.getStateIndicator()
Getter forFalseTargetsAttribute.stateIndicator
Methods in edu.nps.moves.dis7.pdus with parameters of type EEAttributeStateIndicatorModifier and TypeMethodDescriptionAngleDeception.setStateIndicator
(EEAttributeStateIndicator pStateIndicator) Setter forAngleDeception.stateIndicator
BlankingSector.setStateIndicator
(EEAttributeStateIndicator pStateIndicator) Setter forBlankingSector.stateIndicator
FalseTargetsAttribute.setStateIndicator
(EEAttributeStateIndicator pStateIndicator) Setter forFalseTargetsAttribute.stateIndicator