com.soyatec.bpmn
Class ProcessType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.soyatec.bpmn.ProcessType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
BPMNPackage.getProcessType()

Field Summary
static int ABSTRACT
          The 'Abstract' literal value
static ProcessType ABSTRACT_LITERAL
          The 'Abstract' literal object
static int COLLABORATION
          The 'Collaboration' literal value
static ProcessType COLLABORATION_LITERAL
          The 'Collaboration' literal object
static int NONE
          The 'None' literal value
static ProcessType NONE_LITERAL
          The 'None' literal object
static int PRIVATE
          The 'Private' literal value
static ProcessType PRIVATE_LITERAL
          The 'Private' literal object
static java.util.List VALUES
          A public read-only list of all the 'Process Type' enumerators
 
Method Summary
static ProcessType get(int value)
          Returns the 'Process Type' literal with the specified integer value
static ProcessType get(java.lang.String literal)
          Returns the 'Process Type' literal with the specified literal value
static ProcessType getByName(java.lang.String name)
          Returns the 'Process 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
The 'None' literal value.

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

See Also:
NONE_LITERAL, Constant Field Values

PRIVATE

public static final int PRIVATE
The 'Private' literal value.

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

See Also:
PRIVATE_LITERAL, Constant Field Values

ABSTRACT

public static final int ABSTRACT
The 'Abstract' literal value.

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

See Also:
ABSTRACT_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

NONE_LITERAL

public static final ProcessType NONE_LITERAL
The 'None' literal object.

See Also:
NONE

PRIVATE_LITERAL

public static final ProcessType PRIVATE_LITERAL
The 'Private' literal object.

See Also:
PRIVATE

ABSTRACT_LITERAL

public static final ProcessType ABSTRACT_LITERAL
The 'Abstract' literal object.

See Also:
ABSTRACT

COLLABORATION_LITERAL

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

See Also:
COLLABORATION

VALUES

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

Method Detail

get

public static ProcessType get(java.lang.String literal)
Returns the 'Process Type' literal with the specified literal value.


getByName

public static ProcessType getByName(java.lang.String name)
Returns the 'Process Type' literal with the specified name.


get

public static ProcessType get(int value)
Returns the 'Process Type' literal with the specified integer value.