com.ibm.wbit.tel

Class TDurationConstants

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

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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
copyright
  1. static
  2. int
DURATIONINFINITE
The 'DURATIONINFINITE' literal value
  1. static
  2. TDurationConstants
DURATIONINFINITE_LITERAL
The 'DURATIONINFINITE' literal object
  1. static
  2. int
DURATIONZERO
The 'DURATIONZERO' literal value
  1. static
  2. TDurationConstants
DURATIONZERO_LITERAL
The 'DURATIONZERO' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TDuration Constants' enumerators

Method Summary

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

DURATIONZERO

  1. public static final int DURATIONZERO
The 'DURATIONZERO' literal value.

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

See Also:

DURATIONINFINITE

  1. public static final int DURATIONINFINITE
The 'DURATIONINFINITE' literal value.

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

See Also:

DURATIONZERO_LITERAL

  1. public static final TDurationConstants DURATIONZERO_LITERAL
The 'DURATIONZERO' literal object.
See Also:

DURATIONINFINITE_LITERAL

  1. public static final TDurationConstants DURATIONINFINITE_LITERAL
The 'DURATIONINFINITE' literal object.
See Also:

  1. public static final java.lang.String copyright

VALUES

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

Method Detail

get

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

getByName

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

get

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