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 class
IeSingleProtectionEvent.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.EventState
getEventState()
boolean
isBlocked()
boolean
isElapsedTimeInvalid()
boolean
isEventInvalid()
boolean
isNotTopical()
boolean
isSubstituted()
java.lang.String
toString()
-
-
-
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:
toString
in classInformationElement
-
-