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