Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IntercomControlRecordType |
IntercomCommunicationsParameters.recordType
Type of intercom parameters record uid 185
|
Modifier and Type | Method and Description |
---|---|
IntercomControlRecordType |
IntercomCommunicationsParameters.getRecordType()
Getter for
IntercomCommunicationsParameters.recordType |
Modifier and Type | Method and Description |
---|---|
IntercomCommunicationsParameters |
IntercomCommunicationsParameters.setRecordType(IntercomControlRecordType pRecordType)
Setter for
IntercomCommunicationsParameters.recordType |
Modifier and Type | Method and Description |
---|---|
static IntercomControlRecordType |
IntercomControlRecordType.getEnumForValue(int i) |
static IntercomControlRecordType |
IntercomControlRecordType.unmarshalEnum(java.nio.ByteBuffer buff) |
static IntercomControlRecordType |
IntercomControlRecordType.unmarshalEnum(java.io.DataInputStream dis) |
static IntercomControlRecordType |
IntercomControlRecordType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntercomControlRecordType[] |
IntercomControlRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|