org.eclipse.gmt.umlx.eqvttemplate
Interface TemplateExp

All Superinterfaces:
org.eclipse.ocl.utilities.ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.ocl.expressions.LiteralExp<org.eclipse.emf.ecore.EClassifier>, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.TypedElement<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.Visitable
All Known Subinterfaces:
CollectionTemplateExp, ObjectTemplateExp

public interface TemplateExp
extends org.eclipse.ocl.expressions.LiteralExp<org.eclipse.emf.ecore.EClassifier>

A representation of the model object 'Template Exp'.

The following features are supported:

See Also:
EqvtTemplatePackage.getTemplateExp()

Method Summary
 org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getBindsTo()
          Returns the value of the 'Binds To' reference.
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getWhere()
          Returns the value of the 'Where' containment reference.
 void setBindsTo(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
          Sets the value of the 'Binds To' reference.
 void setWhere(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Where' containment reference.
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
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

org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> 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), EqvtTemplatePackage.getTemplateExp_BindsTo()

setBindsTo

void setBindsTo(org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Sets the value of the 'Binds To' reference.

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

getWhere

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> 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), EqvtTemplatePackage.getTemplateExp_Where()

setWhere

void setWhere(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Where' containment reference.

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