com.ibm.wbit.tel

Class TIncreasePriority

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

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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
NO
The 'No' literal value
  1. static
  2. TIncreasePriority
NO_LITERAL
The 'No' literal object
  1. static
  2. int
ONCE
The 'Once' literal value
  1. static
  2. TIncreasePriority
ONCE_LITERAL
The 'Once' literal object
  1. static
  2. int
REPEATED
The 'Repeated' literal value
  1. static
  2. TIncreasePriority
REPEATED_LITERAL
The 'Repeated' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TIncrease Priority' enumerators

Method Summary

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

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

NO

  1. public static final int NO
The 'No' literal value.
See Also:

ONCE

  1. public static final int ONCE
The 'Once' literal value.
See Also:

REPEATED

  1. public static final int REPEATED
The 'Repeated' literal value.
See Also:

NO_LITERAL

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

ONCE_LITERAL

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

REPEATED_LITERAL

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

VALUES

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

Method Detail

get

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

getByName

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

get

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