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

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

public interface TemplateSignatureCS
extends ModelElementCS

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

The following features are supported:

See Also:
BaseCSTPackage.getTemplateSignatureCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<TemplateParameterCS> getOwnedTemplateParameter()
          Returns the value of the 'Owned Template Parameter' containment reference list.
 TemplateableElementCS getOwningTemplateElement()
          Returns the value of the 'Owning Template Element' container reference.
 void setOwningTemplateElement(TemplateableElementCS value)
          Sets the value of the 'Owning Template Element' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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

getOwningTemplateElement

TemplateableElementCS getOwningTemplateElement()
Returns the value of the 'Owning Template Element' container reference. It is bidirectional and its opposite is 'Owned Template Signature'.

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

Returns:
the value of the 'Owning Template Element' container reference.
See Also:
setOwningTemplateElement(TemplateableElementCS), BaseCSTPackage.getTemplateSignatureCS_OwningTemplateElement(), TemplateableElementCS.getOwnedTemplateSignature()
Generated
Model
opposite="ownedTemplateSignature" transient="false"

setOwningTemplateElement

void setOwningTemplateElement(TemplateableElementCS value)
Sets the value of the 'Owning Template Element' container reference.

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

getOwnedTemplateParameter

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

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

Returns:
the value of the 'Owned Template Parameter' containment reference list.
See Also:
BaseCSTPackage.getTemplateSignatureCS_OwnedTemplateParameter(), TemplateParameterCS.getOwningTemplateSignature()
Generated
Model
opposite="owningTemplateSignature" containment="true"