Class TConditionalEventDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TEventDefinition
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TConditionalEventDefinition
Java class for tConditionalEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConditionalEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <sequence> <element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the condition property.void
setCondition
(TExpression value) Sets the value of the condition property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
condition
-
-
Constructor Details
-
TConditionalEventDefinition
public TConditionalEventDefinition()
-
-
Method Details
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
TExpression
-
setCondition
Sets the value of the condition property.- Parameters:
value
- allowed object isTExpression
-