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 TMultiInstanceFlowCondition
TMultiInstanceLoopCharacteristics. behavior
Methods in org.omg.spec.bpmn.model that return TMultiInstanceFlowCondition Modifier and Type Method Description static TMultiInstanceFlowCondition
TMultiInstanceFlowCondition. fromValue(String v)
TMultiInstanceFlowCondition
TMultiInstanceLoopCharacteristics. getBehavior()
Gets the value of the behavior property.static TMultiInstanceFlowCondition
TMultiInstanceFlowCondition. 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 void
TMultiInstanceLoopCharacteristics. setBehavior(TMultiInstanceFlowCondition value)
Sets the value of the behavior property.
-