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