Uses of Enum Class
edu.nps.moves.dis7.enumerations.UAAcousticEmitterSystemFunction
Packages that use UAAcousticEmitterSystemFunction
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of UAAcousticEmitterSystemFunction in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type UAAcousticEmitterSystemFunction in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 145, marshal size 8; UAAcousticEmitterSystemFunction has 5 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionUAAcousticEmitterSystemFunction.getEnumForValue
(int value) Provide enumeration for a given valueUAAcousticEmitterSystemFunction.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamUAAcousticEmitterSystemFunction.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.static UAAcousticEmitterSystemFunction[]
UAAcousticEmitterSystemFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UAAcousticEmitterSystemFunction in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as UAAcousticEmitterSystemFunctionModifier and TypeFieldDescriptionprotected UAAcousticEmitterSystemFunction
AcousticEmitter.acousticFunction
The function of the acoustic system uid 145Methods in edu.nps.moves.dis7.pdus that return UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionAcousticEmitter.getAcousticFunction()
Getter forAcousticEmitter.acousticFunction
Methods in edu.nps.moves.dis7.pdus with parameters of type UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionAcousticEmitter.setAcousticFunction
(UAAcousticEmitterSystemFunction pAcousticFunction) Setter forAcousticEmitter.acousticFunction