public class IeDoubleCommand extends InformationElement
Modifier and Type | Class and Description |
---|---|
static class |
IeDoubleCommand.DoubleCommandState |
Modifier and Type | Field and Description |
---|---|
protected int |
value |
Constructor and Description |
---|
IeDoubleCommand(IeDoubleCommand.DoubleCommandState commandState,
int qualifier,
boolean select)
Create the Double Command Information Element.
|
Modifier and Type | Method and Description |
---|---|
IeDoubleCommand.DoubleCommandState |
getCommandState() |
int |
getQualifier() |
boolean |
isSelect()
Returns true if the command selects and false if the command executes.
|
java.lang.String |
toString() |
public IeDoubleCommand(IeDoubleCommand.DoubleCommandState commandState, int qualifier, boolean select)
commandState
- the command statequalifier
- the qualifierselect
- true if select, false if executepublic IeDoubleCommand.DoubleCommandState getCommandState()
public java.lang.String toString()
public boolean isSelect()
public int getQualifier()