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