Uses of Class
com.soyatec.bpmn.MIFlowCondition

Uses of MIFlowCondition in com.soyatec.bpmn
 

Fields in com.soyatec.bpmn declared as MIFlowCondition
static MIFlowCondition MIFlowCondition.ALL_LITERAL
          The 'All' literal object
static MIFlowCondition MIFlowCondition.COMPLEX_LITERAL
          The 'Complex' literal object
static MIFlowCondition MIFlowCondition.NONE_LITERAL
          The 'None' literal object
static MIFlowCondition MIFlowCondition.ONE_LITERAL
          The 'One' literal object
 

Methods in com.soyatec.bpmn that return MIFlowCondition
static MIFlowCondition MIFlowCondition.get(int value)
          Returns the 'MI Flow Condition' literal with the specified integer value
static MIFlowCondition MIFlowCondition.get(java.lang.String literal)
          Returns the 'MI Flow Condition' literal with the specified literal value
static MIFlowCondition MIFlowCondition.getByName(java.lang.String name)
          Returns the 'MI Flow Condition' literal with the specified name
 MIFlowCondition MultiInstanceLoop.getMIFlowCondition()
          Returns the value of the 'MI Flow Condition' attribute.
 

Methods in com.soyatec.bpmn with parameters of type MIFlowCondition
 void MultiInstanceLoop.setMIFlowCondition(MIFlowCondition value)
          Sets the value of the 'MI Flow Condition' attribute