public class IeSingleProtectionEvent extends InformationElement
Modifier and Type | Class and Description |
---|---|
static class |
IeSingleProtectionEvent.EventState |
Constructor and Description |
---|
IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState,
boolean elapsedTimeInvalid,
boolean blocked,
boolean substituted,
boolean notTopical,
boolean eventInvalid) |
Modifier and Type | Method and Description |
---|---|
IeSingleProtectionEvent.EventState |
getEventState() |
boolean |
isBlocked() |
boolean |
isElapsedTimeInvalid() |
boolean |
isEventInvalid() |
boolean |
isNotTopical() |
boolean |
isSubstituted() |
java.lang.String |
toString() |
public IeSingleProtectionEvent(IeSingleProtectionEvent.EventState eventState, boolean elapsedTimeInvalid, boolean blocked, boolean substituted, boolean notTopical, boolean eventInvalid)
public IeSingleProtectionEvent.EventState getEventState()
public boolean isElapsedTimeInvalid()
public boolean isBlocked()
public boolean isSubstituted()
public boolean isNotTopical()
public boolean isEventInvalid()
public java.lang.String toString()
toString
in class java.lang.Object