org.eclipse.jst.j2ee.common
Class ResAuthTypeBase

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.jst.j2ee.common.ResAuthTypeBase

public final class ResAuthTypeBase
extends AbstractEnumerator

A representation of the literals of the enumeration 'Res Auth Type Base', and utility methods for working with them. CONTAINER=0 Container=1 Application=2 SERVLET=3

See Also:
CommonPackage.getResAuthTypeBase(), Serialized Form

Field Summary
static int APPLICATION
          The 'Application' literal value
static ResAuthTypeBase APPLICATION_LITERAL
          The 'Application' literal object
static int CONTAINER
          The 'Container' literal value
static ResAuthTypeBase CONTAINER_LITERAL
          The 'Container' literal object
static int SERVLET
          The 'SERVLET' literal value
static ResAuthTypeBase SERVLET_LITERAL
          The 'SERVLET' literal object
static java.util.List VALUES
          A public read-only list of all the 'Res Auth Type Base' enumerators
 
Method Summary
static ResAuthTypeBase get(int value)
          Returns the 'Res Auth Type Base' literal with the specified integer value
static ResAuthTypeBase get(java.lang.String literal)
          Returns the 'Res Auth Type Base' literal with the specified literal value
static ResAuthTypeBase getByName(java.lang.String name)
          Returns the 'Res Auth Type Base' 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
The 'Container' literal value.

See Also:
CONTAINER_LITERAL, Constant Field Values

APPLICATION

public static final int APPLICATION
The 'Application' literal value.

See Also:
APPLICATION_LITERAL, Constant Field Values

SERVLET

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

See Also:
SERVLET_LITERAL, Constant Field Values

CONTAINER_LITERAL

public static final ResAuthTypeBase 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

APPLICATION_LITERAL

public static final ResAuthTypeBase APPLICATION_LITERAL
The 'Application' literal object.

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

See Also:
APPLICATION

SERVLET_LITERAL

public static final ResAuthTypeBase 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 Type Base' enumerators.

Method Detail

get

public static ResAuthTypeBase get(java.lang.String literal)
Returns the 'Res Auth Type Base' literal with the specified literal value.

Returns:
literal instance

getByName

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


get

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

Parameters:
value - passes literal value
Returns:
literal instance