Package org.openmuc.j60870.ie
Class IeSingleCommand
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeSingleCommand
-
public class IeSingleCommand extends InformationElement
Represents a single command (SCO) information element.
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description IeSingleCommand(boolean commandStateOn, int qualifier, boolean select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetQualifier()booleanisCommandStateOn()booleanisSelect()Returns true if the command selects and false if the command executes.java.lang.StringtoString()
-
-
-
Method Detail
-
isCommandStateOn
public boolean isCommandStateOn()
-
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()
-
-