public class TConditionalEventDefinition extends TEventDefinition
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>
| Modifier and Type | Field and Description |
|---|---|
protected TExpression |
condition |
documentation, extensionElements, id| Constructor and Description |
|---|
TConditionalEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getCondition()
Gets the value of the condition property.
|
void |
setCondition(TExpression value)
Sets the value of the condition property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression condition
public TExpression getCondition()
TExpressionpublic void setCondition(TExpression value)
value - allowed object is
TExpressionCopyright © 2018 SAP SE. All Rights Reserved.