Package org.openmuc.j60870.ie
Class IeDoublePointWithQuality
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeDoublePointWithQuality
-
public class IeDoublePointWithQuality extends InformationElement
Represents a double-point information with quality descriptor (DIQ) information element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IeDoublePointWithQuality.DoublePointInformation
-
Field Summary
Fields Modifier and Type Field Description protected int
value
-
Constructor Summary
Constructors Constructor Description IeDoublePointWithQuality(IeDoublePointWithQuality.DoublePointInformation dpi, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IeDoublePointWithQuality.DoublePointInformation
getDoublePointInformation()
boolean
isBlocked()
boolean
isInvalid()
boolean
isNotTopical()
boolean
isSubstituted()
java.lang.String
toString()
-
-
-
Constructor Detail
-
IeDoublePointWithQuality
public IeDoublePointWithQuality(IeDoublePointWithQuality.DoublePointInformation dpi, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
-
Method Detail
-
getDoublePointInformation
public IeDoublePointWithQuality.DoublePointInformation getDoublePointInformation()
-
toString
public java.lang.String toString()
-
isBlocked
public boolean isBlocked()
-
isSubstituted
public boolean isSubstituted()
-
isNotTopical
public boolean isNotTopical()
-
isInvalid
public boolean isInvalid()
-
-