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

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

public interface WildcardTypeRefCS
extends TypeRefCS

A representation of the model object 'Wildcard Type Ref CS'.

The following features are supported:

See Also:
BaseCSTPackage.getWildcardTypeRefCS()
Generated
Model

Method Summary
 TypedRefCS getExtends()
          Returns the value of the 'Extends' containment reference.
 TypedRefCS getSuper()
          Returns the value of the 'Super' containment reference.
 void setExtends(TypedRefCS value)
          Sets the value of the 'Extends' containment reference.
 void setSuper(TypedRefCS value)
          Sets the value of the 'Super' containment reference.
 
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

getExtends

TypedRefCS getExtends()
Returns the value of the 'Extends' containment reference.

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

Returns:
the value of the 'Extends' containment reference.
See Also:
setExtends(TypedRefCS), BaseCSTPackage.getWildcardTypeRefCS_Extends()
Generated
Model
containment="true"

setExtends

void setExtends(TypedRefCS value)
Sets the value of the 'Extends' containment reference.

Parameters:
value - the new value of the 'Extends' containment reference.
See Also:
getExtends()
Generated

getSuper

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

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

Returns:
the value of the 'Super' containment reference.
See Also:
setSuper(TypedRefCS), BaseCSTPackage.getWildcardTypeRefCS_Super()
Generated
Model
containment="true"

setSuper

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

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