com.soyatec.bpmn
Class ConditionType

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

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

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

See Also:
BPMNPackage.getConditionType()

Field Summary
static int DEFAULT
          The 'Default' literal value
static ConditionType DEFAULT_LITERAL
          The 'Default' literal object
static int EXPRESSION
          The 'Expression' literal value
static ConditionType EXPRESSION_LITERAL
          The 'Expression' literal object
static int NONE
          The 'None' literal value
static ConditionType NONE_LITERAL
          The 'None' literal object
static java.util.List VALUES
          A public read-only list of all the 'Condition Type' enumerators
 
Method Summary
static ConditionType get(int value)
          Returns the 'Condition Type' literal with the specified integer value
static ConditionType get(java.lang.String literal)
          Returns the 'Condition Type' literal with the specified literal value
static ConditionType getByName(java.lang.String name)
          Returns the 'Condition 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

EXPRESSION

public static final int EXPRESSION
The 'Expression' literal value.

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

See Also:
EXPRESSION_LITERAL, Constant Field Values

DEFAULT

public static final int DEFAULT
The 'Default' literal value.

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

See Also:
DEFAULT_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

EXPRESSION_LITERAL

public static final ConditionType EXPRESSION_LITERAL
The 'Expression' literal object.

See Also:
EXPRESSION

DEFAULT_LITERAL

public static final ConditionType DEFAULT_LITERAL
The 'Default' literal object.

See Also:
DEFAULT

VALUES

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

Method Detail

get

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


getByName

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


get

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