Uses of Enum Class
edu.nps.moves.dis7.enumerations.ElectromagneticEmissionStateUpdateIndicator
Packages that use ElectromagneticEmissionStateUpdateIndicator
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of ElectromagneticEmissionStateUpdateIndicator in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type ElectromagneticEmissionStateUpdateIndicator in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 77, marshal size 8; ElectromagneticEmissionStateUpdateIndicator has 2 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return ElectromagneticEmissionStateUpdateIndicatorModifier and TypeMethodDescriptionElectromagneticEmissionStateUpdateIndicator.getEnumForValue
(int value) Provide enumeration for a given valueElectromagneticEmissionStateUpdateIndicator.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamElectromagneticEmissionStateUpdateIndicator.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.ElectromagneticEmissionStateUpdateIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ElectromagneticEmissionStateUpdateIndicator in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ElectromagneticEmissionStateUpdateIndicatorModifier and TypeFieldDescriptionElectromagneticEmissionPdu.stateUpdateIndicator
This field shall be used to indicate if the data in the PDU represents a state update or just data that has changed since issuance of the last Electromagnetic Emission PDU [relative to the identified entity and emission system(s)]. uid 77Methods in edu.nps.moves.dis7.pdus that return ElectromagneticEmissionStateUpdateIndicatorMethods in edu.nps.moves.dis7.pdus with parameters of type ElectromagneticEmissionStateUpdateIndicatorModifier and TypeMethodDescriptionElectromagneticEmissionPdu.setStateUpdateIndicator
(ElectromagneticEmissionStateUpdateIndicator pStateUpdateIndicator)