Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected UAAcousticSystemName |
AcousticEmitter.acousticSystemName
the system for a particular UA emitter, and an enumeration uid 144
|
Modifier and Type | Method and Description |
---|---|
UAAcousticSystemName |
AcousticEmitter.getAcousticSystemName()
Getter for
AcousticEmitter.acousticSystemName |
Modifier and Type | Method and Description |
---|---|
AcousticEmitter |
AcousticEmitter.setAcousticSystemName(UAAcousticSystemName pAcousticSystemName)
Setter for
AcousticEmitter.acousticSystemName |
Modifier and Type | Method and Description |
---|---|
static UAAcousticSystemName |
UAAcousticSystemName.getEnumForValue(int i) |
static UAAcousticSystemName |
UAAcousticSystemName.unmarshalEnum(java.nio.ByteBuffer buff) |
static UAAcousticSystemName |
UAAcousticSystemName.unmarshalEnum(java.io.DataInputStream dis) |
static UAAcousticSystemName |
UAAcousticSystemName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UAAcousticSystemName[] |
UAAcousticSystemName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|