|
|||||||||
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.wim.pluginmanager.context.PluginManagerConstants
public final class PluginManagerConstants
A representation of the literals of the enumeration 'Plugin Manager Constants', and utility methods for working with them.
ContextPackage.getPluginManagerConstants()
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 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
Method Detail |
---|
public static PluginManagerConstants get(java.lang.String name)
public static PluginManagerConstants get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |