|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChoreographyLoopType | |
---|---|
com.ibm.xtools.bpmn2 |
Uses of ChoreographyLoopType in com.ibm.xtools.bpmn2 |
---|
Fields in com.ibm.xtools.bpmn2 with type parameters of type ChoreographyLoopType | |
---|---|
static java.util.List<ChoreographyLoopType> |
ChoreographyLoopType.VALUES
A public read-only list of all the 'Choreography Loop Type' enumerators. |
Methods in com.ibm.xtools.bpmn2 that return ChoreographyLoopType | |
---|---|
static ChoreographyLoopType |
ChoreographyLoopType.get(int value)
Returns the 'Choreography Loop Type' literal with the specified integer value. |
static ChoreographyLoopType |
ChoreographyLoopType.get(java.lang.String literal)
Returns the 'Choreography Loop Type' literal with the specified literal value. |
static ChoreographyLoopType |
ChoreographyLoopType.getByName(java.lang.String name)
Returns the 'Choreography Loop Type' literal with the specified name. |
ChoreographyLoopType |
ChoreographyActivity.getLoopType()
Returns the value of the 'Loop Type' attribute. |
static ChoreographyLoopType |
ChoreographyLoopType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChoreographyLoopType[] |
ChoreographyLoopType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ibm.xtools.bpmn2 with parameters of type ChoreographyLoopType | |
---|---|
void |
ChoreographyActivity.setLoopType(ChoreographyLoopType value)
Sets the value of the ' Loop Type ' attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |