org.eclipse.jst.j2ee.webapplication
Class ResAuthServletType

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.jst.j2ee.webapplication.ResAuthServletType

public final class ResAuthServletType
extends AbstractEnumerator

Since:
1.0
See Also:
Serialized Form

Field Summary
static int CONTAINER
           
static ResAuthServletType CONTAINER_LITERAL
          The 'CONTAINER' literal object
static int SERVLET
           
static ResAuthServletType SERVLET_LITERAL
          The 'SERVLET' literal object
static java.util.List VALUES
          A public read-only list of all the 'Res Auth Servlet Type' enumerators
 
Method Summary
static ResAuthServletType get(int value)
          Returns the 'Res Auth Servlet Type' literal with the specified value
static ResAuthServletType get(java.lang.String name)
          Returns the 'Res Auth Servlet Type' literal with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINER

public static final int CONTAINER
See Also:
Constant Field Values

SERVLET

public static final int SERVLET
See Also:
Constant Field Values

CONTAINER_LITERAL

public static final ResAuthServletType CONTAINER_LITERAL
The 'CONTAINER' literal object.

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

See Also:
CONTAINER

SERVLET_LITERAL

public static final ResAuthServletType SERVLET_LITERAL
The 'SERVLET' literal object.

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

See Also:
SERVLET

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Res Auth Servlet Type' enumerators.

Method Detail

get

public static ResAuthServletType get(java.lang.String name)
Returns the 'Res Auth Servlet Type' literal with the specified name.

Parameters:
name - passes literal name
Returns:
literal instance

get

public static ResAuthServletType get(int value)
Returns the 'Res Auth Servlet Type' literal with the specified value.

Parameters:
value - passes literal value
Returns:
literal instance