Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IOEffectsRecordIOProcess |
IOEffectRecord.ioProcess
uid 293
|
Modifier and Type | Method and Description |
---|---|
IOEffectsRecordIOProcess |
IOEffectRecord.getIoProcess()
Getter for
IOEffectRecord.ioProcess |
Modifier and Type | Method and Description |
---|---|
IOEffectRecord |
IOEffectRecord.setIoProcess(IOEffectsRecordIOProcess pIoProcess)
Setter for
IOEffectRecord.ioProcess |
Modifier and Type | Method and Description |
---|---|
static IOEffectsRecordIOProcess |
IOEffectsRecordIOProcess.getEnumForValue(int i) |
static IOEffectsRecordIOProcess |
IOEffectsRecordIOProcess.unmarshalEnum(java.nio.ByteBuffer buff) |
static IOEffectsRecordIOProcess |
IOEffectsRecordIOProcess.unmarshalEnum(java.io.DataInputStream dis) |
static IOEffectsRecordIOProcess |
IOEffectsRecordIOProcess.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOEffectsRecordIOProcess[] |
IOEffectsRecordIOProcess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|