public interface TemplateExp
A representation of the model object 'Template Exp'.
The following features are supported:
EqvtTemplatePackage.getTemplateExp()
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY |
Method Summary | |
---|---|
org.eclipse.ocl.ecore.Variable |
getBindsTo()
Returns the value of the 'Binds To' reference. |
org.eclipse.ocl.ecore.OCLExpression |
getWhere()
Returns the value of the 'Where' containment reference. |
void |
setBindsTo(org.eclipse.ocl.ecore.Variable value)
Sets the value of the ' Binds To ' reference. |
void |
setWhere(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the ' Where ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
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 |
Method Detail |
---|
org.eclipse.ocl.ecore.Variable getBindsTo()
If the meaning of the 'Binds To' reference isn't clear, there really should be more of a description here...
setBindsTo(Variable)
,
EqvtTemplatePackage.getTemplateExp_BindsTo()
void setBindsTo(org.eclipse.ocl.ecore.Variable value)
Binds To
' reference.
value
- the new value of the 'Binds To' reference.getBindsTo()
org.eclipse.ocl.ecore.OCLExpression getWhere()
If the meaning of the 'Where' containment reference isn't clear, there really should be more of a description here...
setWhere(OCLExpression)
,
EqvtTemplatePackage.getTemplateExp_Where()
void setWhere(org.eclipse.ocl.ecore.OCLExpression value)
Where
' containment reference.
value
- the new value of the 'Where' containment reference.getWhere()