IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Class TIncreasePriority

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

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

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

Since:
6.0.1
See Also:
TaskPackage.getTIncreasePriority()

Field Summary
static java.lang.String COPYRIGHT
           
static int NO
          The 'No' literal value
static TIncreasePriority NO_LITERAL
          The 'No' literal object
static int ONCE
          The 'Once' literal value
static TIncreasePriority ONCE_LITERAL
          The 'Once' literal object
static int REPEATED
          The 'Repeated' literal value
static TIncreasePriority REPEATED_LITERAL
          The 'Repeated' literal object
static java.util.List VALUES
          A public read-only list of all the 'TIncrease Priority' enumerators
 
Method Summary
static TIncreasePriority get(int value)
          Returns the 'TIncrease Priority' literal with the specified integer value
static TIncreasePriority get(java.lang.String literal)
          Returns the 'TIncrease Priority' literal with the specified literal value
static TIncreasePriority getByName(java.lang.String name)
          Returns the 'TIncrease Priority' 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

NO

public static final int NO
The 'No' literal value.

See Also:
NO_LITERAL, Constant Field Values

ONCE

public static final int ONCE
The 'Once' literal value.

See Also:
ONCE_LITERAL, Constant Field Values

REPEATED

public static final int REPEATED
The 'Repeated' literal value.

See Also:
REPEATED_LITERAL, Constant Field Values

NO_LITERAL

public static final TIncreasePriority NO_LITERAL
The 'No' literal object.

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

See Also:
NO

ONCE_LITERAL

public static final TIncreasePriority ONCE_LITERAL
The 'Once' literal object.

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

See Also:
ONCE

REPEATED_LITERAL

public static final TIncreasePriority REPEATED_LITERAL
The 'Repeated' literal object.

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

See Also:
REPEATED

VALUES

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

Method Detail

get

public static TIncreasePriority get(java.lang.String literal)
Returns the 'TIncrease Priority' literal with the specified literal value.


getByName

public static TIncreasePriority getByName(java.lang.String name)
Returns the 'TIncrease Priority' literal with the specified name.


get

public static TIncreasePriority get(int value)
Returns the 'TIncrease Priority' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 7