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

All Superinterfaces:
ElementCS, ElementRefCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TypeRefCS, VisitableCS
All Known Subinterfaces:
CollectionTypeCS, LambdaTypeCS, PrimitiveTypeRefCS, TupleTypeCS, TypedTypeRefCS, TypeNameExpCS
All Known Implementing Classes:
CollectionTypeCSImpl, LambdaTypeCSImpl, PrimitiveTypeRefCSImpl, TupleTypeCSImpl, TypedRefCSImpl, TypedTypeRefCSImpl, TypeNameExpCSImpl

public interface TypedRefCS
extends TypeRefCS

A representation of the model object 'Typed Ref CS'.

The following features are supported:

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

Method Summary
 MultiplicityCS getMultiplicity()
          Returns the value of the 'Multiplicity' containment reference.
 void setMultiplicity(MultiplicityCS value)
          Sets the value of the 'Multiplicity' containment reference.
 
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

getMultiplicity

MultiplicityCS getMultiplicity()
Returns the value of the 'Multiplicity' containment reference.

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

Returns:
the value of the 'Multiplicity' containment reference.
See Also:
setMultiplicity(MultiplicityCS), BaseCSPackage.getTypedRefCS_Multiplicity()
Generated
Model
containment="true"

setMultiplicity

void setMultiplicity(MultiplicityCS value)
Sets the value of the 'Multiplicity' containment reference.

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