com.ibm.xtools.bpmn2
Interface ConditionalEventDefinition

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, EventDefinition, org.eclipse.emf.common.notify.Notifier, RootElement

public interface ConditionalEventDefinition
extends EventDefinition

A representation of the model object 'Conditional Event Definition'.

The following features are supported:

See Also:
Bpmn2Package.getConditionalEventDefinition()

Method Summary
 Expression getCondition()
          Returns the value of the 'Condition' containment reference.
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCondition

Expression getCondition()
Returns the value of the 'Condition' containment reference.

If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Expression), Bpmn2Package.getConditionalEventDefinition_Condition()

setCondition

void setCondition(Expression value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()