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 SummaryNested Classes Modifier and Type Class Description static classIeSingleProtectionEvent.EventState
 - 
Constructor SummaryConstructors Constructor Description IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState, boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean eventInvalid)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IeSingleProtectionEvent.EventStategetEventState()booleanisBlocked()booleanisElapsedTimeInvalid()booleanisEventInvalid()booleanisNotTopical()booleanisSubstituted()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
IeSingleProtectionEventpublic IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState, boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean eventInvalid) 
 
- 
 - 
Method Detail- 
getEventStatepublic IeSingleProtectionEvent.EventState getEventState() 
 - 
isElapsedTimeInvalidpublic boolean isElapsedTimeInvalid() 
 - 
isBlockedpublic boolean isBlocked() 
 - 
isSubstitutedpublic boolean isSubstituted() 
 - 
isNotTopicalpublic boolean isNotTopical() 
 - 
isEventInvalidpublic boolean isEventInvalid() 
 - 
toStringpublic java.lang.String toString() - Specified by:
- toStringin class- InformationElement
 
 
- 
 
-