Package org.openmuc.j60870.ie
Class IeProtectionQuality
java.lang.Object
org.openmuc.j60870.ie.InformationElement
org.openmuc.j60870.ie.IeProtectionQuality
Represents a quality descriptor for events of protection equipment (QDP) information element.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIeProtectionQuality
(boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean invalid) -
Method Summary
-
Field Details
-
value
protected int value
-
-
Constructor Details
-
IeProtectionQuality
public IeProtectionQuality(boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)
-
-
Method Details
-
isElapsedTimeInvalid
public boolean isElapsedTimeInvalid() -
toString
-
isBlocked
public boolean isBlocked() -
isSubstituted
public boolean isSubstituted() -
isNotTopical
public boolean isNotTopical() -
isInvalid
public boolean isInvalid()
-