|
|||||||||
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.ProcessType
public final class ProcessType
A representation of the literals of the enumeration 'Process Type', and utility methods for working with them.
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 |
---|
public 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 PRIVATE
If the meaning of 'Private' literal object isn't clear, there really should be more of a description here...
PRIVATE_LITERAL
,
Constant Field Valuespublic static final int ABSTRACT
If the meaning of 'Abstract' literal object isn't clear, there really should be more of a description here...
ABSTRACT_LITERAL
,
Constant Field Valuespublic static final int COLLABORATION
If the meaning of 'Collaboration' literal object isn't clear, there really should be more of a description here...
COLLABORATION_LITERAL
,
Constant Field Valuespublic static final ProcessType NONE_LITERAL
NONE
public static final ProcessType PRIVATE_LITERAL
PRIVATE
public static final ProcessType ABSTRACT_LITERAL
ABSTRACT
public static final ProcessType COLLABORATION_LITERAL
COLLABORATION
public static final java.util.List VALUES
Method Detail |
---|
public static ProcessType get(java.lang.String literal)
public static ProcessType getByName(java.lang.String name)
public static ProcessType get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |