|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InternalProvider.LifecycleEvent>
org.eclipse.emf.ecp.spi.core.InternalProvider.LifecycleEvent
public static enum InternalProvider.LifecycleEvent
Possible lifecycle events.
Enum Constant Summary | |
---|---|
CREATE
Called on create. |
|
DISPOSE
Called on disposal. |
|
INIT
Called on initialization. |
|
REMOVE
Called when removed. |
Method Summary | |
---|---|
static InternalProvider.LifecycleEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InternalProvider.LifecycleEvent[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final InternalProvider.LifecycleEvent CREATE
public static final InternalProvider.LifecycleEvent INIT
public static final InternalProvider.LifecycleEvent DISPOSE
public static final InternalProvider.LifecycleEvent REMOVE
Method Detail |
---|
public static InternalProvider.LifecycleEvent[] values()
for (InternalProvider.LifecycleEvent c : InternalProvider.LifecycleEvent.values()) System.out.println(c);
public static InternalProvider.LifecycleEvent valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |