Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected UAPassiveParameterIndex |
UnderwaterAcousticPdu.passiveParameterIndex
This field indicates which database record (or file) shall be used in the definition of passive signature (unintentional) emissions of the entity.
|
Modifier and Type | Method and Description |
---|---|
UAPassiveParameterIndex |
UnderwaterAcousticPdu.getPassiveParameterIndex()
Getter for
UnderwaterAcousticPdu.passiveParameterIndex |
Modifier and Type | Method and Description |
---|---|
UnderwaterAcousticPdu |
UnderwaterAcousticPdu.setPassiveParameterIndex(UAPassiveParameterIndex pPassiveParameterIndex)
Setter for
UnderwaterAcousticPdu.passiveParameterIndex |
Modifier and Type | Method and Description |
---|---|
static UAPassiveParameterIndex |
UAPassiveParameterIndex.getEnumForValue(int i) |
static UAPassiveParameterIndex |
UAPassiveParameterIndex.unmarshalEnum(java.nio.ByteBuffer buff) |
static UAPassiveParameterIndex |
UAPassiveParameterIndex.unmarshalEnum(java.io.DataInputStream dis) |
static UAPassiveParameterIndex |
UAPassiveParameterIndex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UAPassiveParameterIndex[] |
UAPassiveParameterIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|