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.
  • 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 state
      qualifier - the qualifier
      select - true if select, false if execute
  • Method Details

    • getCommandState

      public IeRegulatingStepCommand.StepCommandState getCommandState()
    • toString

      public 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()