Package org.openmuc.j60870.ie
Class IeQualifierOfSetPointCommand
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeQualifierOfSetPointCommand
-
public class IeQualifierOfSetPointCommand extends InformationElement
Represents a qualifier of set-point command (QOS) information element.
-
-
Constructor Summary
Constructors Constructor Description IeQualifierOfSetPointCommand(int ql, boolean select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getQl()
boolean
isSelect()
java.lang.String
toString()
-
-
-
Method Detail
-
getQl
public int getQl()
-
isSelect
public boolean isSelect()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-