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