|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MIOrdering in com.soyatec.bpmn |
---|
Fields in com.soyatec.bpmn declared as MIOrdering | |
---|---|
static MIOrdering |
MIOrdering.PARALLEL_LITERAL
The 'Parallel' literal object |
static MIOrdering |
MIOrdering.SEQUENTIAL_LITERAL
The 'Sequential' literal object |
Methods in com.soyatec.bpmn that return MIOrdering | |
---|---|
static MIOrdering |
MIOrdering.get(int value)
Returns the 'MI Ordering' literal with the specified integer value |
static MIOrdering |
MIOrdering.get(java.lang.String literal)
Returns the 'MI Ordering' literal with the specified literal value |
static MIOrdering |
MIOrdering.getByName(java.lang.String name)
Returns the 'MI Ordering' literal with the specified name |
MIOrdering |
MultiInstanceLoop.getMIOrdering()
Returns the value of the 'MI Ordering' attribute. |
Methods in com.soyatec.bpmn with parameters of type MIOrdering | |
---|---|
void |
MultiInstanceLoop.setMIOrdering(MIOrdering value)
Sets the value of the ' MI Ordering ' attribute |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |