com.ibm.wbit.tel
Class TTaskKinds
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TTaskKinds
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class TTaskKinds
- extends org.eclipse.emf.common.util.AbstractEnumerator
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ATASK
The 'ATask' literal value
|
|
ATASK_LITERAL
The 'ATask' literal object
|
|
COPYRIGHT
|
|
HTASK
The 'HTask' literal value
|
|
HTASK_LITERAL
The 'HTask' literal object
|
|
OTASK
The 'OTask' literal value
|
|
OTASK_LITERAL
The 'OTask' literal object
|
|
PTASK
The 'PTask' literal value
|
|
PTASK_LITERAL
The 'PTask' literal object
|
|
VALUES
A public read-only list of all the 'TTask Kinds' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TTask Kinds' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TTask Kinds' literal with the specified literal value
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
ATASK
- public static final int ATASK
The 'ATask' literal value.
Administration Task
See Also:
HTASK
- public static final int HTASK
The 'HTask' literal value.
Collaboration Task
See Also:
OTASK
- public static final int OTASK
The 'OTask' literal value.
Invocation Task
See Also:
PTASK
- public static final int PTASK
The 'PTask' literal value.
To-do Task
See Also:
ATASK_LITERAL
- 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
- 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
- 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
- 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
- public static final java.util.List VALUES
A public read-only list of all the 'TTask Kinds' enumerators.
Method Detail
get
- public static TTaskKinds get(java.lang.String literal)
Returns the 'TTask Kinds' literal with the specified literal value.
getByName
- public static TTaskKinds getByName( java.lang.String name)
Returns the 'TTask Kinds' literal with the specified name.
get
- public static TTaskKinds get(int value)
Returns the 'TTask Kinds' literal with the specified integer value.