Package org.openmuc.j60870.ie
Class IeRegulatingStepCommand
java.lang.Object
org.openmuc.j60870.ie.InformationElement
org.openmuc.j60870.ie.IeRegulatingStepCommand
Represents a regulating step command (RCO) information element.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIeRegulatingStepCommand
(IeRegulatingStepCommand.StepCommandState commandState, int qualifier, boolean select) Create a Regulating Step Command Information Element. -
Method Summary
-
Field Details
-
value
protected int value
-
-
Constructor Details
-
IeRegulatingStepCommand
public IeRegulatingStepCommand(IeRegulatingStepCommand.StepCommandState commandState, int qualifier, boolean select) Create a Regulating Step Command Information Element.- Parameters:
commandState
- the command statequalifier
- the qualifierselect
- true if select, false if execute
-
-
Method Details
-
getCommandState
-
toString
-
isSelect
public boolean isSelect()Returns true if the command selects and false if the command executes.- Returns:
- true if the command selects and false if the command executes.
-
getQualifier
public int getQualifier()
-