Package org.openmuc.j60870.ie
Class IeRegulatingStepCommand
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeRegulatingStepCommand
-
public class IeRegulatingStepCommand extends InformationElement
Represents a regulating step command (RCO) information element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIeRegulatingStepCommand.StepCommandState
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description IeRegulatingStepCommand(IeRegulatingStepCommand.StepCommandState commandState, int qualifier, boolean select)Create a Regulating Step Command Information Element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IeRegulatingStepCommand.StepCommandStategetCommandState()intgetQualifier()booleanisSelect()Returns true if the command selects and false if the command executes.java.lang.StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getCommandState
public IeRegulatingStepCommand.StepCommandState getCommandState()
-
toString
public java.lang.String 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()
-
-