Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected UAStateChangeUpdateIndicator |
UnderwaterAcousticPdu.stateChangeIndicator
This field shall be used to indicate whether the data in the UA PDU represent a state update or data that have changed since issuance of the last UA PDU uid 143
|
Modifier and Type | Method and Description |
---|---|
UAStateChangeUpdateIndicator |
UnderwaterAcousticPdu.getStateChangeIndicator()
Getter for
UnderwaterAcousticPdu.stateChangeIndicator |
Modifier and Type | Method and Description |
---|---|
UnderwaterAcousticPdu |
UnderwaterAcousticPdu.setStateChangeIndicator(UAStateChangeUpdateIndicator pStateChangeIndicator)
Setter for
UnderwaterAcousticPdu.stateChangeIndicator |
Modifier and Type | Method and Description |
---|---|
static UAStateChangeUpdateIndicator |
UAStateChangeUpdateIndicator.getEnumForValue(int i) |
static UAStateChangeUpdateIndicator |
UAStateChangeUpdateIndicator.unmarshalEnum(java.nio.ByteBuffer buff) |
static UAStateChangeUpdateIndicator |
UAStateChangeUpdateIndicator.unmarshalEnum(java.io.DataInputStream dis) |
static UAStateChangeUpdateIndicator |
UAStateChangeUpdateIndicator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UAStateChangeUpdateIndicator[] |
UAStateChangeUpdateIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|