Uses of Enum Class
edu.nps.moves.dis7.enumerations.DEFirePulseShape
Packages that use DEFirePulseShape
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of DEFirePulseShape in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type DEFirePulseShape in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 312, marshal size 8; DEFirePulseShape has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return DEFirePulseShapeModifier and TypeMethodDescriptionstatic DEFirePulseShape
DEFirePulseShape.getEnumForValue
(int value) Provide enumeration for a given valuestatic DEFirePulseShape
DEFirePulseShape.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic DEFirePulseShape
DEFirePulseShape.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DEFirePulseShape
Returns the enum constant of this class with the specified name.static DEFirePulseShape[]
DEFirePulseShape.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DEFirePulseShape in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DEFirePulseShapeModifier and TypeFieldDescriptionprotected DEFirePulseShape
DirectedEnergyFirePdu.pulseShape
Field shall identify the pulse shape and shall be represented as an 8-bit enumeration, Section 7.3.4 uid 312Methods in edu.nps.moves.dis7.pdus that return DEFirePulseShapeModifier and TypeMethodDescriptionDirectedEnergyFirePdu.getPulseShape()
Getter forDirectedEnergyFirePdu.pulseShape
Methods in edu.nps.moves.dis7.pdus with parameters of type DEFirePulseShapeModifier and TypeMethodDescriptionDirectedEnergyFirePdu.setPulseShape
(DEFirePulseShape pPulseShape) Setter forDirectedEnergyFirePdu.pulseShape