org.eclipse.jst.j2ee.client
Class ResAuthApplicationType

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

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

Since:
1.0
See Also:
Serialized Form

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

APPLICATION

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

See Also:
APPLICATION_LITERAL, Constant Field Values

CONTAINER

public static final int CONTAINER
The 'Container' literal value.

See Also:
CONTAINER_LITERAL, Constant Field Values

APPLICATION_LITERAL

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

CONTAINER_LITERAL

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

VALUES

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

Method Detail

get

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

Parameters:
name - passes literal name
Returns:
literal instance

getByName

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


get

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

Parameters:
value - passes literal value
Returns:
literal instance