org.eclipse.ocl.examples.xtext.base.baseCST
Interface TemplateBindingCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
TemplateBindingCSImpl

public interface TemplateBindingCS
extends ModelElementCS

A representation of the model object 'Template Binding CS'.

The following features are supported:

See Also:
BaseCSTPackage.getTemplateBindingCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<TemplateParameterSubstitutionCS> getOwnedParameterSubstitution()
          Returns the value of the 'Owned Parameter Substitution' containment reference list.
 TypedTypeRefCS getOwningTemplateBindableElement()
          Returns the value of the 'Owning Template Bindable Element' container reference.
 void setOwningTemplateBindableElement(TypedTypeRefCS value)
          Sets the value of the 'Owning Template Bindable Element' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getOwningTemplateBindableElement

TypedTypeRefCS getOwningTemplateBindableElement()
Returns the value of the 'Owning Template Bindable Element' container reference. It is bidirectional and its opposite is 'Owned Template Binding'.

If the meaning of the 'Owning Template Bindable Element' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owning Template Bindable Element' container reference.
See Also:
setOwningTemplateBindableElement(TypedTypeRefCS), BaseCSTPackage.getTemplateBindingCS_OwningTemplateBindableElement(), TypedTypeRefCS.getOwnedTemplateBinding()
Generated
Model
opposite="ownedTemplateBinding" transient="false"

setOwningTemplateBindableElement

void setOwningTemplateBindableElement(TypedTypeRefCS value)
Sets the value of the 'Owning Template Bindable Element' container reference.

Parameters:
value - the new value of the 'Owning Template Bindable Element' container reference.
See Also:
getOwningTemplateBindableElement()
Generated

getOwnedParameterSubstitution

org.eclipse.emf.common.util.EList<TemplateParameterSubstitutionCS> getOwnedParameterSubstitution()
Returns the value of the 'Owned Parameter Substitution' containment reference list. The list contents are of type TemplateParameterSubstitutionCS. It is bidirectional and its opposite is 'Owning Template Binding'.

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

Returns:
the value of the 'Owned Parameter Substitution' containment reference list.
See Also:
BaseCSTPackage.getTemplateBindingCS_OwnedParameterSubstitution(), TemplateParameterSubstitutionCS.getOwningTemplateBinding()
Generated
Model
opposite="owningTemplateBinding" containment="true"