com.ibm.wsspi.sca.metadata.bpc.model
Class EventHandlerKind
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.EventHandlerKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class EventHandlerKind
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getEventHandlerKind()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
ON_ALARM
The 'On Alarm' literal value
|
|
ON_ALARM_LITERAL
The 'On Alarm' literal object
|
|
ON_EVENT
The 'On Event' literal value
|
|
ON_EVENT_LITERAL
The 'On Event' literal object
|
|
VALUES
A public read-only list of all the 'Event Handler Kind' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Event Handler Kind' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Event Handler Kind' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'Event Handler Kind' literal with the specified name
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
ON_EVENT
- public static final int ON_EVENT
See Also:
ON_ALARM
- public static final int ON_ALARM
The 'On Alarm' literal value.
If the meaning of 'On Alarm' literal object isn't clear, there really should be more of a description here...
See Also:
ON_EVENT_LITERAL
- public static final EventHandlerKind ON_EVENT_LITERAL
The 'On Event' literal object.
See Also:
ON_ALARM_LITERAL
- public static final EventHandlerKind ON_ALARM_LITERAL
The 'On Alarm' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'Event Handler Kind' enumerators.
Method Detail
get
- public static EventHandlerKind get( java.lang.String literal)
Returns the 'Event Handler Kind' literal with the specified literal value.
getByName
- public static EventHandlerKind getByName( java.lang.String name)
Returns the 'Event Handler Kind' literal with the specified name.
get
- public static EventHandlerKind get( int value)
Returns the 'Event Handler Kind' literal with the specified integer value.
If the meaning of 'On Event' literal object isn't clear, there really should be more of a description here...