IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata.bpc.model
Class HumanTaskKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wsspi.sca.metadata.bpc.model.HumanTaskKind
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Human Task Kind', and utility methods for working with them.

See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTaskKind()

Field Summary
static int ADMINISTRATION
          The 'Administration' literal value
static HumanTaskKind ADMINISTRATION_LITERAL
          The 'Administration' literal object
static int COLLABORATION
          The 'Collaboration' literal value
static HumanTaskKind COLLABORATION_LITERAL
          The 'Collaboration' literal object
static java.lang.String COPYRIGHT
           
static int INVOCATION
          The 'Invocation' literal value
static HumanTaskKind INVOCATION_LITERAL
          The 'Invocation' literal object
static int TO_DO
          The 'To Do' literal value
static HumanTaskKind TO_DO_LITERAL
          The 'To Do' literal object
static java.util.List VALUES
          A public read-only list of all the 'Human Task Kind' enumerators
 
Method Summary
static HumanTaskKind get(int value)
          Returns the 'Human Task Kind' literal with the specified integer value
static HumanTaskKind get(java.lang.String literal)
          Returns the 'Human Task Kind' literal with the specified literal value
static HumanTaskKind getByName(java.lang.String name)
          Returns the 'Human Task Kind' 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:
Constant Field Values

TO_DO

public static final int TO_DO
The 'To Do' literal value.

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

See Also:
TO_DO_LITERAL, Constant Field Values

INVOCATION

public static final int INVOCATION
The 'Invocation' literal value.

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

See Also:
INVOCATION_LITERAL, Constant Field Values

COLLABORATION

public static final int COLLABORATION
The 'Collaboration' literal value.

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

See Also:
COLLABORATION_LITERAL, Constant Field Values

ADMINISTRATION

public static final int ADMINISTRATION
The 'Administration' literal value.

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

See Also:
ADMINISTRATION_LITERAL, Constant Field Values

TO_DO_LITERAL

public static final HumanTaskKind TO_DO_LITERAL
The 'To Do' literal object.

See Also:
TO_DO

INVOCATION_LITERAL

public static final HumanTaskKind INVOCATION_LITERAL
The 'Invocation' literal object.

See Also:
INVOCATION

COLLABORATION_LITERAL

public static final HumanTaskKind COLLABORATION_LITERAL
The 'Collaboration' literal object.

See Also:
COLLABORATION

ADMINISTRATION_LITERAL

public static final HumanTaskKind ADMINISTRATION_LITERAL
The 'Administration' literal object.

See Also:
ADMINISTRATION

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Human Task Kind' enumerators.

Method Detail

get

public static HumanTaskKind get(java.lang.String literal)
Returns the 'Human Task Kind' literal with the specified literal value.


getByName

public static HumanTaskKind getByName(java.lang.String name)
Returns the 'Human Task Kind' literal with the specified name.


get

public static HumanTaskKind get(int value)
Returns the 'Human Task Kind' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 8