com.ibm.wbit.tel

Class TJspUsagePattern

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wbit.tel.TJspUsagePattern
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class TJspUsagePattern
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
FAULT
The 'Fault' literal value
  1. static
  2. TJspUsagePattern
FAULT_LITERAL
The 'Fault' literal object
  1. static
  2. int
INPUT
The 'Input' literal value
  1. static
  2. TJspUsagePattern
INPUT_LITERAL
The 'Input' literal object
  1. static
  2. int
MAP
The 'Map' literal value
  1. static
  2. TJspUsagePattern
MAP_LITERAL
The 'Map' literal object
  1. static
  2. int
OUTPUT
The 'Output' literal value
  1. static
  2. TJspUsagePattern
OUTPUT_LITERAL
The 'Output' literal object
  1. static
  2. int
PAGE
The 'Page' literal value
  1. static
  2. TJspUsagePattern
PAGE_LITERAL
The 'Page' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TJsp Usage Pattern' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. TJspUsagePattern
get(int value)
Returns the 'TJsp Usage Pattern' literal with the specified integer value
  1. static
  2. TJspUsagePattern
get(java.lang.String literal)
Returns the 'TJsp Usage Pattern' literal with the specified literal value
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

FAULT

  1. public static final int FAULT
The 'Fault' literal value.
See Also:

PAGE

  1. public static final int PAGE
The 'Page' literal value.
See Also:

INPUT

  1. public static final int INPUT
The 'Input' literal value.
See Also:

OUTPUT

  1. public static final int OUTPUT
The 'Output' literal value.
See Also:

MAP

  1. public static final int MAP
The 'Map' literal value.
See Also:

FAULT_LITERAL

  1. 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:

PAGE_LITERAL

  1. 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:

INPUT_LITERAL

  1. 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:

OUTPUT_LITERAL

  1. 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:

MAP_LITERAL

  1. 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:

VALUES

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

Method Detail

get

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

getByName

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

get

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