Package org.openmuc.j60870.ie
Class IeSelectAndCallQualifier
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeSelectAndCallQualifier
-
public class IeSelectAndCallQualifier extends InformationElement
Represents a select and call qualifier (SCQ) information element.
-
-
Constructor Summary
Constructors Constructor Description IeSelectAndCallQualifier(int action, int notice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFreeze()
int
getRequest()
java.lang.String
toString()
-
-
-
Method Detail
-
getRequest
public int getRequest()
-
getFreeze
public int getFreeze()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-