public final class EventHandlerKind
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandlerKind()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
ON_ALARM
The 'On Alarm' literal value
|
static EventHandlerKind |
ON_ALARM_LITERAL
The 'On Alarm' literal object
|
static int |
ON_EVENT
The 'On Event' literal value
|
static EventHandlerKind |
ON_EVENT_LITERAL
The 'On Event' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Event Handler Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static EventHandlerKind |
get(int value)
Returns the 'Event Handler Kind' literal with the specified integer value
|
static EventHandlerKind |
get(java.lang.String literal)
Returns the 'Event Handler Kind' literal with the specified literal value
|
static EventHandlerKind |
getByName(java.lang.String name)
Returns the 'Event Handler Kind' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int ON_EVENT
If the meaning of 'On Event' literal object isn't clear, there really should be more of a description here...
ON_EVENT_LITERAL
,
Constant Field Valuespublic static final int ON_ALARM
If the meaning of 'On Alarm' literal object isn't clear, there really should be more of a description here...
ON_ALARM_LITERAL
,
Constant Field Valuespublic static final EventHandlerKind ON_EVENT_LITERAL
ON_EVENT
public static final EventHandlerKind ON_ALARM_LITERAL
ON_ALARM
public static final java.util.List VALUES
public static EventHandlerKind get(java.lang.String literal)
public static EventHandlerKind getByName(java.lang.String name)
public static EventHandlerKind get(int value)