public final class PluginManagerConstants
extends org.eclipse.emf.common.util.AbstractEnumerator
ContextPackage.getPluginManagerConstants()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_REALM |
static int |
INLINEEXIT
The 'INLINEEXIT' literal value.
|
static PluginManagerConstants |
INLINEEXIT_LITERAL
The 'INLINEEXIT' literal object.
|
static int |
PLUGIN_EXCEPTION_CONTEXT
The 'PLUGIN EXCEPTION CONTEXT' literal value.
|
static PluginManagerConstants |
PLUGIN_EXCEPTION_CONTEXT_LITERAL
The 'PLUGIN EXCEPTION CONTEXT' literal object.
|
static int |
PLUGIN_UID_CONTEXT
The 'PLUGIN UID CONTEXT' literal value.
|
static PluginManagerConstants |
PLUGIN_UID_CONTEXT_LITERAL
The 'PLUGIN UID CONTEXT' literal object.
|
static int |
POSTEXIT
The 'POSTEXIT' literal value.
|
static PluginManagerConstants |
POSTEXIT_LITERAL
The 'POSTEXIT' literal object.
|
static int |
PREEXIT
The 'PREEXIT' literal value.
|
static PluginManagerConstants |
PREEXIT_LITERAL
The 'PREEXIT' literal object.
|
static int |
REALM
The 'Realm' literal value.
|
static PluginManagerConstants |
REALM_LITERAL
The 'Realm' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Plugin Manager Constants' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PluginManagerConstants |
get(int value)
Returns the 'Plugin Manager Constants' literal with the specified value.
|
static PluginManagerConstants |
get(java.lang.String name)
Returns the 'Plugin Manager Constants' literal with the specified name.
|
public static final int PREEXIT
PREEXIT_LITERAL
,
Constant Field Valuespublic static final int INLINEEXIT
INLINEEXIT_LITERAL
,
Constant Field Valuespublic static final int POSTEXIT
POSTEXIT_LITERAL
,
Constant Field Valuespublic static final int PLUGIN_EXCEPTION_CONTEXT
PLUGIN_EXCEPTION_CONTEXT_LITERAL
,
Constant Field Valuespublic static final int PLUGIN_UID_CONTEXT
PLUGIN_UID_CONTEXT_LITERAL
,
Constant Field Valuespublic static final int REALM
REALM_LITERAL
,
Constant Field Valuespublic static final PluginManagerConstants PREEXIT_LITERAL
If the meaning of 'PREEXIT' literal object isn't clear, there really should be more of a description here...
PREEXIT
public static final PluginManagerConstants INLINEEXIT_LITERAL
If the meaning of 'INLINEEXIT' literal object isn't clear, there really should be more of a description here...
INLINEEXIT
public static final PluginManagerConstants POSTEXIT_LITERAL
If the meaning of 'POSTEXIT' literal object isn't clear, there really should be more of a description here...
POSTEXIT
public static final PluginManagerConstants PLUGIN_EXCEPTION_CONTEXT_LITERAL
If the meaning of 'PLUGIN EXCEPTION CONTEXT' literal object isn't clear, there really should be more of a description here...
PLUGIN_EXCEPTION_CONTEXT
public static final PluginManagerConstants PLUGIN_UID_CONTEXT_LITERAL
If the meaning of 'PLUGIN UID CONTEXT' literal object isn't clear, there really should be more of a description here...
PLUGIN_UID_CONTEXT
public static final PluginManagerConstants REALM_LITERAL
If the meaning of 'Realm' literal object isn't clear, there really should be more of a description here...
REALM
public static final java.util.List VALUES
public static final java.lang.String DEFAULT_REALM
public static PluginManagerConstants get(java.lang.String name)
public static PluginManagerConstants get(int value)