IBM WebSphere Application ServerTM
Release 8

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

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

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

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

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

Field Summary
static java.lang.String COPYRIGHT
           
static int INLINE
          The 'Inline' literal value
static HumanTaskType INLINE_LITERAL
          The 'Inline' literal object
static int STANDALONE
          The 'Standalone' literal value
static HumanTaskType STANDALONE_LITERAL
          The 'Standalone' literal object
static java.util.List VALUES
          A public read-only list of all the 'Human Task Type' enumerators
 
Method Summary
static HumanTaskType get(int value)
          Returns the 'Human Task Type' literal with the specified integer value
static HumanTaskType get(java.lang.String literal)
          Returns the 'Human Task Type' literal with the specified literal value
static HumanTaskType getByName(java.lang.String name)
          Returns the 'Human Task Type' 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

STANDALONE

public static final int STANDALONE
The 'Standalone' literal value.

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

See Also:
STANDALONE_LITERAL, Constant Field Values

INLINE

public static final int INLINE
The 'Inline' literal value.

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

See Also:
INLINE_LITERAL, Constant Field Values

STANDALONE_LITERAL

public static final HumanTaskType STANDALONE_LITERAL
The 'Standalone' literal object.

See Also:
STANDALONE

INLINE_LITERAL

public static final HumanTaskType INLINE_LITERAL
The 'Inline' literal object.

See Also:
INLINE

VALUES

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

Method Detail

get

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


getByName

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


get

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


IBM WebSphere Application ServerTM
Release 8