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

Class HumanTaskKind

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wsspi.sca.metadata.bpc.model.HumanTaskKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

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

Modifier and Type Field and Description
  1. static
  2. int
ADMINISTRATION
The 'Administration' literal value
  1. static
  2. HumanTaskKind
ADMINISTRATION_LITERAL
The 'Administration' literal object
  1. static
  2. int
COLLABORATION
The 'Collaboration' literal value
  1. static
  2. HumanTaskKind
COLLABORATION_LITERAL
The 'Collaboration' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
INVOCATION
The 'Invocation' literal value
  1. static
  2. HumanTaskKind
INVOCATION_LITERAL
The 'Invocation' literal object
  1. static
  2. int
TO_DO
The 'To Do' literal value
  1. static
  2. HumanTaskKind
TO_DO_LITERAL
The 'To Do' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'Human Task Kind' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. HumanTaskKind
get(int value)
Returns the 'Human Task Kind' literal with the specified integer value
  1. static
  2. HumanTaskKind
get(java.lang.String literal)
Returns the 'Human Task Kind' literal with the specified literal value
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

TO_DO

  1. 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:

INVOCATION

  1. 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:

COLLABORATION

  1. 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:

ADMINISTRATION

  1. 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:

TO_DO_LITERAL

  1. public static final HumanTaskKind TO_DO_LITERAL
The 'To Do' literal object.
See Also:

INVOCATION_LITERAL

  1. public static final HumanTaskKind INVOCATION_LITERAL
The 'Invocation' literal object.
See Also:

COLLABORATION_LITERAL

  1. public static final HumanTaskKind COLLABORATION_LITERAL
The 'Collaboration' literal object.
See Also:

ADMINISTRATION_LITERAL

  1. public static final HumanTaskKind ADMINISTRATION_LITERAL
The 'Administration' literal object.
See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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