com.soyatec.bpmn
Interface Expression

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

public interface Expression
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Expression'. Expression is used in the definition of attributes for Start Event, Intermediate Event, Activity, Complex Gateway, and Sequence Flow.

The following features are supported:

See Also:
BPMNPackage.getExpression()

Method Summary
 java.lang.String getExpression()
          Returns the value of the 'Expression' attribute
 void setExpression(java.lang.String value)
          Sets the value of the 'Expression' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExpression

java.lang.String getExpression()
Returns the value of the 'Expression' attribute.

If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' attribute.
See Also:
setExpression(String), BPMNPackage.getExpression_Expression()

setExpression

void setExpression(java.lang.String value)
Sets the value of the 'Expression' attribute.

Parameters:
value - the new value of the 'Expression' attribute.
See Also:
getExpression()