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

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

public interface TypeParameterCS
extends TemplateParameterCS, TypeCS

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

The following features are supported:

See Also:
BaseCSPackage.getTypeParameterCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<TypedRefCS> getOwnedExtends()
          Returns the value of the 'Owned Extends' containment reference list.
 TypedRefCS getOwnedSuper()
          Returns the value of the 'Owned Super' containment reference.
 void setOwnedSuper(TypedRefCS value)
          Sets the value of the 'Owned Super' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TemplateParameterCS
getOwningTemplateSignature, setOwningTemplateSignature
 
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

getOwnedExtends

org.eclipse.emf.common.util.EList<TypedRefCS> getOwnedExtends()
Returns the value of the 'Owned Extends' containment reference list. The list contents are of type TypedRefCS.

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

Returns:
the value of the 'Owned Extends' containment reference list.
See Also:
BaseCSPackage.getTypeParameterCS_OwnedExtends()
Generated
Model
containment="true"

getOwnedSuper

TypedRefCS getOwnedSuper()
Returns the value of the 'Owned Super' containment reference.

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

Returns:
the value of the 'Owned Super' containment reference.
See Also:
setOwnedSuper(TypedRefCS), BaseCSPackage.getTypeParameterCS_OwnedSuper()
Generated
Model
containment="true"

setOwnedSuper

void setOwnedSuper(TypedRefCS value)
Sets the value of the 'Owned Super' containment reference.

Parameters:
value - the new value of the 'Owned Super' containment reference.
See Also:
getOwnedSuper()
Generated