org.eclipse.jst.j2ee.webapplication
Class ResAuthServletType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.webapplication.ResAuthServletType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class ResAuthServletType
extends org.eclipse.emf.common.util.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 integer value
static ResAuthServletType get(java.lang.String literal)
          Returns the 'Res Auth Servlet Type' literal with the specified literal value
static ResAuthServletType getByName(java.lang.String name)
          Returns the 'Res Auth Servlet Type' 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
equals, getClass, hashCode, notify, notifyAll, 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 literal)
Returns the 'Res Auth Servlet Type' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

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


get

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

Parameters:
value - passes literal value
Returns:
literal instance