IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Class TJspUsagePattern

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wbit.tel.TJspUsagePattern
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'TJsp Usage Pattern', and utility methods for working with them.

Since:
6.0.1
See Also:
TaskPackage.getTJspUsagePattern()

Field Summary
static java.lang.String COPYRIGHT
           
static int FAULT
          The 'Fault' literal value
static TJspUsagePattern FAULT_LITERAL
          The 'Fault' literal object
static int INPUT
          The 'Input' literal value
static TJspUsagePattern INPUT_LITERAL
          The 'Input' literal object
static int MAP
          The 'Map' literal value
static TJspUsagePattern MAP_LITERAL
          The 'Map' literal object
static int OUTPUT
          The 'Output' literal value
static TJspUsagePattern OUTPUT_LITERAL
          The 'Output' literal object
static int PAGE
          The 'Page' literal value
static TJspUsagePattern PAGE_LITERAL
          The 'Page' literal object
static java.util.List VALUES
          A public read-only list of all the 'TJsp Usage Pattern' enumerators
 
Method Summary
static TJspUsagePattern get(int value)
          Returns the 'TJsp Usage Pattern' literal with the specified integer value
static TJspUsagePattern get(java.lang.String literal)
          Returns the 'TJsp Usage Pattern' literal with the specified literal value
static TJspUsagePattern getByName(java.lang.String name)
          Returns the 'TJsp Usage Pattern' 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

FAULT

public static final int FAULT
The 'Fault' literal value.

See Also:
FAULT_LITERAL, Constant Field Values

PAGE

public static final int PAGE
The 'Page' literal value.

See Also:
PAGE_LITERAL, Constant Field Values

INPUT

public static final int INPUT
The 'Input' literal value.

See Also:
INPUT_LITERAL, Constant Field Values

OUTPUT

public static final int OUTPUT
The 'Output' literal value.

See Also:
OUTPUT_LITERAL, Constant Field Values

MAP

public static final int MAP
The 'Map' literal value.

See Also:
MAP_LITERAL, Constant Field Values

FAULT_LITERAL

public static final TJspUsagePattern FAULT_LITERAL
The 'Fault' literal object.

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

See Also:
FAULT

PAGE_LITERAL

public static final TJspUsagePattern PAGE_LITERAL
The 'Page' literal object.

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

See Also:
PAGE

INPUT_LITERAL

public static final TJspUsagePattern INPUT_LITERAL
The 'Input' literal object.

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

See Also:
INPUT

OUTPUT_LITERAL

public static final TJspUsagePattern OUTPUT_LITERAL
The 'Output' literal object.

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

See Also:
OUTPUT

MAP_LITERAL

public static final TJspUsagePattern MAP_LITERAL
The 'Map' literal object.

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

See Also:
MAP

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TJsp Usage Pattern' enumerators.

Method Detail

get

public static TJspUsagePattern get(java.lang.String literal)
Returns the 'TJsp Usage Pattern' literal with the specified literal value.


getByName

public static TJspUsagePattern getByName(java.lang.String name)
Returns the 'TJsp Usage Pattern' literal with the specified name.


get

public static TJspUsagePattern get(int value)
Returns the 'TJsp Usage Pattern' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 8