Package org.openmuc.j60870.ie
Class IeSectionReadyQualifier
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeSectionReadyQualifier
-
public class IeSectionReadyQualifier extends InformationElement
Represents a section ready qualifier (SRQ) information element.
-
-
Constructor Summary
Constructors Constructor Description IeSectionReadyQualifier(int value, boolean sectionNotReady)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
boolean
isSectionNotReady()
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public int getValue()
-
isSectionNotReady
public boolean isSectionNotReady()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-