org.eclipse.jst.j2ee.webapplication
Class DispatcherType

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

public final class DispatcherType
extends AbstractEnumerator

A representation of the literals of the enumeration 'Dispatcher Type', and utility methods for working with them.

See Also:
WebapplicationPackage.getDispatcherType(), Serialized Form

Field Summary
static int ERROR
          The 'ERROR' literal value
static DispatcherType ERROR_LITERAL
          The 'ERROR' literal object
static int FORWARD
          The 'FORWARD' literal value
static DispatcherType FORWARD_LITERAL
          The 'FORWARD' literal object
static int INCLUDE
          The 'INCLUDE' literal value
static DispatcherType INCLUDE_LITERAL
          The 'INCLUDE' literal object
static int REQUEST
          The 'REQUEST' literal value
static DispatcherType REQUEST_LITERAL
          The 'REQUEST' literal object
static java.util.List VALUES
          A public read-only list of all the 'Dispatcher Type' enumerators
 
Method Summary
static DispatcherType get(int value)
          Returns the 'Dispatcher Type' literal with the specified integer value
static DispatcherType get(java.lang.String literal)
          Returns the 'Dispatcher Type' literal with the specified literal value
static DispatcherType getByName(java.lang.String name)
          Returns the 'Dispatcher Type' literal with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORWARD

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

See Also:
FORWARD_LITERAL, Constant Field Values

INCLUDE

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

See Also:
INCLUDE_LITERAL, Constant Field Values

REQUEST

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

See Also:
REQUEST_LITERAL, Constant Field Values

ERROR

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

See Also:
ERROR_LITERAL, Constant Field Values

FORWARD_LITERAL

public static final DispatcherType FORWARD_LITERAL
The 'FORWARD' literal object.

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

See Also:
FORWARD

INCLUDE_LITERAL

public static final DispatcherType INCLUDE_LITERAL
The 'INCLUDE' literal object.

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

See Also:
INCLUDE

REQUEST_LITERAL

public static final DispatcherType REQUEST_LITERAL
The 'REQUEST' literal object.

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

See Also:
REQUEST

ERROR_LITERAL

public static final DispatcherType ERROR_LITERAL
The 'ERROR' literal object.

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

See Also:
ERROR

VALUES

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

Method Detail

get

public static DispatcherType get(java.lang.String literal)
Returns the 'Dispatcher Type' literal with the specified literal value.

Returns:
literal instance

getByName

public static DispatcherType getByName(java.lang.String name)
Returns the 'Dispatcher Type' literal with the specified name.


get

public static DispatcherType get(int value)
Returns the 'Dispatcher Type' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance