org.eclipse.ocl.examples.xtext.base.basecs
Interface TemplateParameterSubstitutionCS

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

public interface TemplateParameterSubstitutionCS
extends ModelElementCS

A representation of the model object 'Template Parameter Substitution CS'.

The following features are supported:

See Also:
BaseCSPackage.getTemplateParameterSubstitutionCS()
Generated
Model

Method Summary
 TypeRefCS getOwnedActualParameter()
          Returns the value of the 'Owned Actual Parameter' containment reference.
 TemplateBindingCS getOwningTemplateBinding()
          Returns the value of the 'Owning Template Binding' container reference.
 void setOwnedActualParameter(TypeRefCS value)
          Sets the value of the 'Owned Actual Parameter' containment reference.
 void setOwningTemplateBinding(TemplateBindingCS value)
          Sets the value of the 'Owning Template Binding' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
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

getOwningTemplateBinding

TemplateBindingCS getOwningTemplateBinding()
Returns the value of the 'Owning Template Binding' container reference. It is bidirectional and its opposite is 'Owned Parameter Substitution'.

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

Returns:
the value of the 'Owning Template Binding' container reference.
See Also:
setOwningTemplateBinding(TemplateBindingCS), BaseCSPackage.getTemplateParameterSubstitutionCS_OwningTemplateBinding(), TemplateBindingCS.getOwnedParameterSubstitution()
Generated
Model
opposite="ownedParameterSubstitution" transient="false"

setOwningTemplateBinding

void setOwningTemplateBinding(TemplateBindingCS value)
Sets the value of the 'Owning Template Binding' container reference.

Parameters:
value - the new value of the 'Owning Template Binding' container reference.
See Also:
getOwningTemplateBinding()
Generated

getOwnedActualParameter

TypeRefCS getOwnedActualParameter()
Returns the value of the 'Owned Actual Parameter' containment reference.

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

Returns:
the value of the 'Owned Actual Parameter' containment reference.
See Also:
setOwnedActualParameter(TypeRefCS), BaseCSPackage.getTemplateParameterSubstitutionCS_OwnedActualParameter()
Generated
Model
containment="true"

setOwnedActualParameter

void setOwnedActualParameter(TypeRefCS value)
Sets the value of the 'Owned Actual Parameter' containment reference.

Parameters:
value - the new value of the 'Owned Actual Parameter' containment reference.
See Also:
getOwnedActualParameter()
Generated