Package org.openmuc.j60870.ie
Class IeSinglePointWithQuality
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeSinglePointWithQuality
-
public class IeSinglePointWithQuality extends InformationElement
Represents a single-point information with quality descriptor (SIQ) information element.
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description IeSinglePointWithQuality(boolean on, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlocked()booleanisInvalid()booleanisNotTopical()booleanisOn()booleanisSubstituted()java.lang.StringtoString()
-