Package org.openmuc.j60870.ie
Class IeQuality
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeQuality
-
public class IeQuality extends InformationElement
Represents a quality descriptor (QDS) information element.
-
-
Field Summary
Fields Modifier and Type Field Description protected int
value
-
Constructor Summary
Constructors Constructor Description IeQuality(boolean overflow, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBlocked()
boolean
isInvalid()
boolean
isNotTopical()
boolean
isOverflow()
boolean
isSubstituted()
java.lang.String
toString()
-