Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected EmitterName |
EmitterSystem.emitterName
Name of the emitter, 16 bit enumeration uid 75
|
Modifier and Type | Method and Description |
---|---|
EmitterName |
EmitterSystem.getEmitterName()
Getter for
EmitterSystem.emitterName |
Modifier and Type | Method and Description |
---|---|
EmitterSystem |
EmitterSystem.setEmitterName(EmitterName pEmitterName)
Setter for
EmitterSystem.emitterName |
Modifier and Type | Method and Description |
---|---|
static EmitterName |
EmitterName.getEnumForValue(int i) |
static EmitterName |
EmitterName.unmarshalEnum(java.nio.ByteBuffer buff) |
static EmitterName |
EmitterName.unmarshalEnum(java.io.DataInputStream dis) |
static EmitterName |
EmitterName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmitterName[] |
EmitterName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|