org.eclipse.gmt.umlx.qvttemplate
Interface TemplateExp

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, LiteralExp, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, OclExpression, TypedElement
All Known Subinterfaces:
CollectionTemplateExp, ObjectTemplateExp

public interface TemplateExp
extends LiteralExp

A representation of the model object 'Template Exp'.

The following features are supported:

See Also:
QvttemplatePackage.getTemplateExp()

Method Summary
 Variable getBindsTo()
          Returns the value of the 'Binds To' reference.
 OclExpression getWhere()
          Returns the value of the 'Where' containment reference.
 void setBindsTo(Variable value)
          Sets the value of the 'Binds To' reference.
 void setWhere(OclExpression value)
          Sets the value of the 'Where' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement
getName, setName
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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

getBindsTo

Variable getBindsTo()
Returns the value of the 'Binds To' reference.

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

Returns:
the value of the 'Binds To' reference.
See Also:
setBindsTo(Variable), QvttemplatePackage.getTemplateExp_BindsTo()

setBindsTo

void setBindsTo(Variable value)
Sets the value of the 'Binds To' reference.

Parameters:
value - the new value of the 'Binds To' reference.
See Also:
getBindsTo()

getWhere

OclExpression getWhere()
Returns the value of the 'Where' containment reference.

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

Returns:
the value of the 'Where' containment reference.
See Also:
setWhere(OclExpression), QvttemplatePackage.getTemplateExp_Where()

setWhere

void setWhere(OclExpression value)
Sets the value of the 'Where' containment reference.

Parameters:
value - the new value of the 'Where' containment reference.
See Also:
getWhere()