Uses of Enum
edu.nps.moves.dis7.enumerations.DEFirePulseShape
Packages that use DEFirePulseShape
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes supporting open-dis7-java library.
-
Uses of DEFirePulseShape in edu.nps.moves.dis7.enumerations
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 type with the specified name.static DEFirePulseShape[]
DEFirePulseShape.values()
Returns an array containing the constants of this enum type, 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