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