com.soyatec.bpmn
Class MIFlowCondition

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

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

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

See Also:
BPMNPackage.getMIFlowCondition()

Field Summary
static int ALL
          The 'All' literal value
static MIFlowCondition ALL_LITERAL
          The 'All' literal object
static int COMPLEX
          The 'Complex' literal value
static MIFlowCondition COMPLEX_LITERAL
          The 'Complex' literal object
static int NONE
          The 'None' literal value
static MIFlowCondition NONE_LITERAL
          The 'None' literal object
static int ONE
          The 'One' literal value
static MIFlowCondition ONE_LITERAL
          The 'One' literal object
static java.util.List VALUES
          A public read-only list of all the 'MI Flow Condition' enumerators
 
Method Summary
static MIFlowCondition get(int value)
          Returns the 'MI Flow Condition' literal with the specified integer value
static MIFlowCondition get(java.lang.String literal)
          Returns the 'MI Flow Condition' literal with the specified literal value
static MIFlowCondition getByName(java.lang.String name)
          Returns the 'MI Flow Condition' 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

ALL

public static final int ALL
The 'All' literal value.

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

See Also:
ALL_LITERAL, Constant Field Values

ONE

public static final int ONE
The 'One' literal value.

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

See Also:
ONE_LITERAL, Constant Field Values

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

COMPLEX

public static final int COMPLEX
The 'Complex' literal value.

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

See Also:
COMPLEX_LITERAL, Constant Field Values

ALL_LITERAL

public static final MIFlowCondition ALL_LITERAL
The 'All' literal object.

See Also:
ALL

ONE_LITERAL

public static final MIFlowCondition ONE_LITERAL
The 'One' literal object.

See Also:
ONE

NONE_LITERAL

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

See Also:
NONE

COMPLEX_LITERAL

public static final MIFlowCondition COMPLEX_LITERAL
The 'Complex' literal object.

See Also:
COMPLEX

VALUES

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

Method Detail

get

public static MIFlowCondition get(java.lang.String literal)
Returns the 'MI Flow Condition' literal with the specified literal value.


getByName

public static MIFlowCondition getByName(java.lang.String name)
Returns the 'MI Flow Condition' literal with the specified name.


get

public static MIFlowCondition get(int value)
Returns the 'MI Flow Condition' literal with the specified integer value.