Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TMultiInstanceFlowCondition
Packages that use TMultiInstanceFlowCondition
-
Uses of TMultiInstanceFlowCondition in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TMultiInstanceFlowConditionModifier and TypeFieldDescriptionprotected TMultiInstanceFlowCondition
TMultiInstanceLoopCharacteristics.behavior
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TMultiInstanceFlowConditionModifier and TypeMethodDescriptionstatic TMultiInstanceFlowCondition
TMultiInstanceLoopCharacteristics.getBehavior()
Gets the value of the behavior property.static TMultiInstanceFlowCondition
Returns the enum constant of this class with the specified name.static TMultiInstanceFlowCondition[]
TMultiInstanceFlowCondition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TMultiInstanceFlowConditionModifier and TypeMethodDescriptionvoid
TMultiInstanceLoopCharacteristics.setBehavior
(TMultiInstanceFlowCondition value) Sets the value of the behavior property.