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