com.ibm.websphere.wim.pluginmanager.context
Class PluginManagerConstants

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.wim.pluginmanager.context.PluginManagerConstants
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class PluginManagerConstants
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Plugin Manager Constants', and utility methods for working with them.

See Also:
ContextPackage.getPluginManagerConstants()
Model:
Generated:

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

PREEXIT

public static final int PREEXIT
The 'PREEXIT' literal value.

See Also:
PREEXIT_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

INLINEEXIT

public static final int INLINEEXIT
The 'INLINEEXIT' literal value.

See Also:
INLINEEXIT_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

POSTEXIT

public static final int POSTEXIT
The 'POSTEXIT' literal value.

See Also:
POSTEXIT_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

PLUGIN_EXCEPTION_CONTEXT

public static final int PLUGIN_EXCEPTION_CONTEXT
The 'PLUGIN EXCEPTION CONTEXT' literal value.

See Also:
PLUGIN_EXCEPTION_CONTEXT_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

PLUGIN_UID_CONTEXT

public static final int PLUGIN_UID_CONTEXT
The 'PLUGIN UID CONTEXT' literal value.

See Also:
PLUGIN_UID_CONTEXT_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

REALM

public static final int REALM
The 'Realm' literal value.

See Also:
REALM_LITERAL, Constant Field Values
Model:
name="Realm"
Generated:
Ordered:

PREEXIT_LITERAL

public static final PluginManagerConstants PREEXIT_LITERAL
The 'PREEXIT' literal object.

If the meaning of 'PREEXIT' literal object isn't clear, there really should be more of a description here...

See Also:
PREEXIT
Generated:
Ordered:

INLINEEXIT_LITERAL

public static final PluginManagerConstants INLINEEXIT_LITERAL
The 'INLINEEXIT' literal object.

If the meaning of 'INLINEEXIT' literal object isn't clear, there really should be more of a description here...

See Also:
INLINEEXIT
Generated:
Ordered:

POSTEXIT_LITERAL

public static final PluginManagerConstants POSTEXIT_LITERAL
The 'POSTEXIT' literal object.

If the meaning of 'POSTEXIT' literal object isn't clear, there really should be more of a description here...

See Also:
POSTEXIT
Generated:
Ordered:

PLUGIN_EXCEPTION_CONTEXT_LITERAL

public static final PluginManagerConstants PLUGIN_EXCEPTION_CONTEXT_LITERAL
The 'PLUGIN EXCEPTION CONTEXT' literal object.

If the meaning of 'PLUGIN EXCEPTION CONTEXT' literal object isn't clear, there really should be more of a description here...

See Also:
PLUGIN_EXCEPTION_CONTEXT
Generated:
Ordered:

PLUGIN_UID_CONTEXT_LITERAL

public static final PluginManagerConstants PLUGIN_UID_CONTEXT_LITERAL
The 'PLUGIN UID CONTEXT' literal object.

If the meaning of 'PLUGIN UID CONTEXT' literal object isn't clear, there really should be more of a description here...

See Also:
PLUGIN_UID_CONTEXT
Generated:
Ordered:

REALM_LITERAL

public static final PluginManagerConstants REALM_LITERAL
The 'Realm' literal object.

If the meaning of 'Realm' literal object isn't clear, there really should be more of a description here...

See Also:
REALM
Generated:
Ordered:

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Plugin Manager Constants' enumerators.

Generated:

DEFAULT_REALM

public static final java.lang.String DEFAULT_REALM
See Also:
Constant Field Values
Method Detail

get

public static PluginManagerConstants get(java.lang.String name)
Returns the 'Plugin Manager Constants' literal with the specified name.

Generated:

get

public static PluginManagerConstants get(int value)
Returns the 'Plugin Manager Constants' literal with the specified value.

Generated: