Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected UAAcousticEmitterSystemFunction |
AcousticEmitter.acousticFunction
The function of the acoustic system uid 145
|
Modifier and Type | Method and Description |
---|---|
UAAcousticEmitterSystemFunction |
AcousticEmitter.getAcousticFunction()
Getter for
AcousticEmitter.acousticFunction |
Modifier and Type | Method and Description |
---|---|
AcousticEmitter |
AcousticEmitter.setAcousticFunction(UAAcousticEmitterSystemFunction pAcousticFunction)
Setter for
AcousticEmitter.acousticFunction |
Modifier and Type | Method and Description |
---|---|
static UAAcousticEmitterSystemFunction |
UAAcousticEmitterSystemFunction.getEnumForValue(int i) |
static UAAcousticEmitterSystemFunction |
UAAcousticEmitterSystemFunction.unmarshalEnum(java.nio.ByteBuffer buff) |
static UAAcousticEmitterSystemFunction |
UAAcousticEmitterSystemFunction.unmarshalEnum(java.io.DataInputStream dis) |
static UAAcousticEmitterSystemFunction |
UAAcousticEmitterSystemFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UAAcousticEmitterSystemFunction[] |
UAAcousticEmitterSystemFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|