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 TypeClassDescriptionenumThisenumtype 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 DEFirePulseShapeDEFirePulseShape.getEnumForValue(int value) Provide enumeration for a given valuestatic DEFirePulseShapeDEFirePulseShape.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic DEFirePulseShapeDEFirePulseShape.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DEFirePulseShapeReturns 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 DEFirePulseShapeDirectedEnergyFirePdu.pulseShapeField 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.pulseShapeMethods in edu.nps.moves.dis7.pdus with parameters of type DEFirePulseShapeModifier and TypeMethodDescriptionDirectedEnergyFirePdu.setPulseShape(DEFirePulseShape pPulseShape) Setter forDirectedEnergyFirePdu.pulseShape