com.ibm.websphere.wim.pluginmanager.context

Class PluginManagerConstants

  • java.lang.Object
    • AbstractEnumerator
      • com.ibm.websphere.wim.pluginmanager.context.PluginManagerConstants


  • public final class PluginManagerConstants
    extends 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 Detail

      • 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:
    • 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: