com.ibm.wbit.tel
Class TDurationConstants

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended bycom.ibm.wbit.tel.TDurationConstants
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

Since:
6.0.1
See Also:
TaskPackage.getTDurationConstants()

Field Summary
static int DURATION_INFINITE
          The 'DURATION INFINITE' literal value.
static TDurationConstants DURATION_INFINITE_LITERAL
          The 'DURATION INFINITE' literal object.
static int DURATION_ZERO
          The 'DURATION ZERO' literal value.
static TDurationConstants DURATION_ZERO_LITERAL
          The 'DURATION ZERO' literal object.
static java.util.List VALUES
          A public read-only list of all the 'TDuration Constants' enumerators.
 
Method Summary
static TDurationConstants get(int value)
          Returns the 'TDuration Constants' literal with the specified value.
static TDurationConstants get(java.lang.String name)
          Returns the 'TDuration Constants' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DURATION_ZERO

public static final int DURATION_ZERO
The 'DURATION ZERO' literal value.

See Also:
DURATION_ZERO_LITERAL, Constant Field Values

DURATION_INFINITE

public static final int DURATION_INFINITE
The 'DURATION INFINITE' literal value.

See Also:
DURATION_INFINITE_LITERAL, Constant Field Values

DURATION_ZERO_LITERAL

public static final TDurationConstants DURATION_ZERO_LITERAL
The 'DURATION ZERO' literal object.

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

See Also:
DURATION_ZERO

DURATION_INFINITE_LITERAL

public static final TDurationConstants DURATION_INFINITE_LITERAL
The 'DURATION INFINITE' literal object.

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

See Also:
DURATION_INFINITE

VALUES

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

Method Detail

get

public static TDurationConstants get(java.lang.String name)
Returns the 'TDuration Constants' literal with the specified name.


get

public static TDurationConstants get(int value)
Returns the 'TDuration Constants' literal with the specified value.