Uses of Class
org.omg.spec.bpmn.model.TMultiInstanceFlowCondition
- 
Packages that use TMultiInstanceFlowCondition Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TMultiInstanceFlowCondition in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TMultiInstanceFlowCondition Modifier and Type Field Description protected TMultiInstanceFlowConditionTMultiInstanceLoopCharacteristics. behaviorMethods in org.omg.spec.bpmn.model that return TMultiInstanceFlowCondition Modifier and Type Method Description static TMultiInstanceFlowConditionTMultiInstanceFlowCondition. fromValue(String v)TMultiInstanceFlowConditionTMultiInstanceLoopCharacteristics. getBehavior()Gets the value of the behavior property.static TMultiInstanceFlowConditionTMultiInstanceFlowCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static TMultiInstanceFlowCondition[]TMultiInstanceFlowCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.spec.bpmn.model with parameters of type TMultiInstanceFlowCondition Modifier and Type Method Description voidTMultiInstanceLoopCharacteristics. setBehavior(TMultiInstanceFlowCondition value)Sets the value of the behavior property. 
 -