com.ibm.xtools.bpmn2
Interface ResourceParameterBinding

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

public interface ResourceParameterBinding
extends BaseElement

A representation of the model object 'Resource Parameter Binding'.

The following features are supported:

See Also:
Bpmn2Package.getResourceParameterBinding()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 ResourceParameter getParameter()
          Returns the value of the 'Parameter' reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setParameter(ResourceParameter value)
          Sets the value of the 'Parameter' 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

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), Bpmn2Package.getResourceParameterBinding_Expression()

setExpression

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

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

getParameter

ResourceParameter getParameter()
Returns the value of the 'Parameter' reference.

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

Returns:
the value of the 'Parameter' reference.
See Also:
setParameter(ResourceParameter), Bpmn2Package.getResourceParameterBinding_Parameter()

setParameter

void setParameter(ResourceParameter value)
Sets the value of the 'Parameter' reference.

Parameters:
value - the new value of the 'Parameter' reference.
See Also:
getParameter()