Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DEFirePulseShape |
DirectedEnergyFirePdu.pulseShape
Field shall identify the pulse shape and shall be represented as an 8-bit enumeration, Section 7.3.4 uid 312
|
Modifier and Type | Method and Description |
---|---|
DEFirePulseShape |
DirectedEnergyFirePdu.getPulseShape()
Getter for
DirectedEnergyFirePdu.pulseShape |
Modifier and Type | Method and Description |
---|---|
DirectedEnergyFirePdu |
DirectedEnergyFirePdu.setPulseShape(DEFirePulseShape pPulseShape)
Setter for
DirectedEnergyFirePdu.pulseShape |
Modifier and Type | Method and Description |
---|---|
static DEFirePulseShape |
DEFirePulseShape.getEnumForValue(int i) |
static DEFirePulseShape |
DEFirePulseShape.unmarshalEnum(java.nio.ByteBuffer buff) |
static DEFirePulseShape |
DEFirePulseShape.unmarshalEnum(java.io.DataInputStream dis) |
static DEFirePulseShape |
DEFirePulseShape.valueOf(java.lang.String name)
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.
|