|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.models.extensions.eventsejbext.EventTime
public final class EventTime
A representation of the literals of the enumeration 'Event Time', and utility methods for working with them. Specifies when the event should be fired.
EventsejbextPackage.getEventTime()
Field Summary | |
---|---|
static int |
AFTER
The 'AFTER' literal value |
static EventTime |
AFTER_LITERAL
The 'AFTER' literal object |
static int |
BEFORE
The 'BEFORE' literal value |
static EventTime |
BEFORE_LITERAL
The 'BEFORE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Event Time' enumerators |
Method Summary | |
---|---|
static EventTime |
get(int value)
Returns the 'Event Time' literal with the specified integer value |
static EventTime |
get(java.lang.String literal)
Returns the 'Event Time' literal with the specified literal value |
static EventTime |
getByName(java.lang.String name)
Returns the 'Event Time' 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 |
---|
public static final int BEFORE
BEFORE_LITERAL
,
Constant Field Valuespublic static final int AFTER
AFTER_LITERAL
,
Constant Field Valuespublic static final EventTime BEFORE_LITERAL
BEFORE
public static final EventTime AFTER_LITERAL
AFTER
public static final java.util.List VALUES
Method Detail |
---|
public static EventTime get(java.lang.String literal)
public static EventTime getByName(java.lang.String name)
public static EventTime get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |