|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.soyatec.bpmn.MIFlowCondition
public final class MIFlowCondition
A representation of the literals of the enumeration 'MI Flow Condition', and utility methods for working with them.
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 |
---|
public static final int ALL
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL
,
Constant Field Valuespublic static final int ONE
If the meaning of 'One' literal object isn't clear, there really should be more of a description here...
ONE_LITERAL
,
Constant Field Valuespublic static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int COMPLEX
If the meaning of 'Complex' literal object isn't clear, there really should be more of a description here...
COMPLEX_LITERAL
,
Constant Field Valuespublic static final MIFlowCondition ALL_LITERAL
ALL
public static final MIFlowCondition ONE_LITERAL
ONE
public static final MIFlowCondition NONE_LITERAL
NONE
public static final MIFlowCondition COMPLEX_LITERAL
COMPLEX
public static final java.util.List VALUES
Method Detail |
---|
public static MIFlowCondition get(java.lang.String literal)
public static MIFlowCondition getByName(java.lang.String name)
public static MIFlowCondition get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |