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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
TypeParameterCS
All Known Implementing Classes:
TemplateParameterCSImpl, TypeParameterCSImpl

public interface TemplateParameterCS
extends NamedElementCS

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

The following features are supported:

See Also:
BaseCSPackage.getTemplateParameterCS()
Generated
Model
abstract="true"

Method Summary
 TemplateSignatureCS getOwningTemplateSignature()
          Returns the value of the 'Owning Template Signature' container reference.
 void setOwningTemplateSignature(TemplateSignatureCS value)
          Sets the value of the 'Owning Template Signature' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
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

getOwningTemplateSignature

TemplateSignatureCS getOwningTemplateSignature()
Returns the value of the 'Owning Template Signature' container reference. It is bidirectional and its opposite is 'Owned Template Parameter'.

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

Returns:
the value of the 'Owning Template Signature' container reference.
See Also:
setOwningTemplateSignature(TemplateSignatureCS), BaseCSPackage.getTemplateParameterCS_OwningTemplateSignature(), TemplateSignatureCS.getOwnedTemplateParameter()
Generated
Model
opposite="ownedTemplateParameter" required="true" transient="false"

setOwningTemplateSignature

void setOwningTemplateSignature(TemplateSignatureCS value)
Sets the value of the 'Owning Template Signature' container reference.

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