Package org.openmuc.j60870.ie
Class IeSingleProtectionEvent
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeSingleProtectionEvent
-
public class IeSingleProtectionEvent extends InformationElement
Represents a single event of protection equipment (SEP) information element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIeSingleProtectionEvent.EventState
-
Constructor Summary
Constructors Constructor Description IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState, boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean eventInvalid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IeSingleProtectionEvent.EventStategetEventState()booleanisBlocked()booleanisElapsedTimeInvalid()booleanisEventInvalid()booleanisNotTopical()booleanisSubstituted()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IeSingleProtectionEvent
public IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState, boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean eventInvalid)
-
-
Method Detail
-
getEventState
public IeSingleProtectionEvent.EventState getEventState()
-
isElapsedTimeInvalid
public boolean isElapsedTimeInvalid()
-
isBlocked
public boolean isBlocked()
-
isSubstituted
public boolean isSubstituted()
-
isNotTopical
public boolean isNotTopical()
-
isEventInvalid
public boolean isEventInvalid()
-
toString
public java.lang.String toString()
- Specified by:
toStringin classInformationElement
-
-