Package org.openmuc.j60870.ie
Class IeProtectionQuality
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeProtectionQuality
-
public class IeProtectionQuality extends InformationElement
Represents a quality descriptor for events of protection equipment (QDP) information element.
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description IeProtectionQuality(boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlocked()booleanisElapsedTimeInvalid()booleanisInvalid()booleanisNotTopical()booleanisSubstituted()java.lang.StringtoString()
-