com.ibm.wbit.tel

Class TTaskKinds

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

  1. public final class TTaskKinds
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'TTask Kinds', and utility methods for working with them.
Since:
6.0.1
See Also:
TaskPackage.getTTaskKinds()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ATASK
The 'ATask' literal value
  1. static
  2. TTaskKinds
ATASK_LITERAL
The 'ATask' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
HTASK
The 'HTask' literal value
  1. static
  2. TTaskKinds
HTASK_LITERAL
The 'HTask' literal object
  1. static
  2. int
OTASK
The 'OTask' literal value
  1. static
  2. TTaskKinds
OTASK_LITERAL
The 'OTask' literal object
  1. static
  2. int
PTASK
The 'PTask' literal value
  1. static
  2. TTaskKinds
PTASK_LITERAL
The 'PTask' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TTask Kinds' enumerators

Method Summary

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

ATASK

  1. public static final int ATASK
The 'ATask' literal value. Administration Task
See Also:

HTASK

  1. public static final int HTASK
The 'HTask' literal value. Collaboration Task
See Also:

OTASK

  1. public static final int OTASK
The 'OTask' literal value. Invocation Task
See Also:

PTASK

  1. public static final int PTASK
The 'PTask' literal value. To-do Task
See Also:

ATASK_LITERAL

  1. public static final TTaskKinds ATASK_LITERAL
The 'ATask' literal object.

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

See Also:

HTASK_LITERAL

  1. public static final TTaskKinds HTASK_LITERAL
The 'HTask' literal object.

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

See Also:

OTASK_LITERAL

  1. public static final TTaskKinds OTASK_LITERAL
The 'OTask' literal object.

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

See Also:

PTASK_LITERAL

  1. public static final TTaskKinds PTASK_LITERAL
The 'PTask' literal object.

If the meaning of 'PTask' 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 'TTask Kinds' enumerators.

Method Detail

get

  1. public static TTaskKinds get(java.lang.String literal)
Returns the 'TTask Kinds' literal with the specified literal value.

getByName

  1. public static TTaskKinds getByName( java.lang.String name)
Returns the 'TTask Kinds' literal with the specified name.

get

  1. public static TTaskKinds get(int value)
Returns the 'TTask Kinds' literal with the specified integer value.