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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VisitableCS
All Known Subinterfaces:
MultiplicityBoundsCS, MultiplicityStringCS
All Known Implementing Classes:
MultiplicityBoundsCSImpl, MultiplicityStringCSImpl

public interface MultiplicityCS
extends ElementCS

A representation of the model object 'Multiplicity CS'.

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

Method Summary
 int getLower()
           
 int getUpper()
           
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 

Method Detail

getLower

int getLower()

If the meaning of the 'Lower' attribute isn't clear, there really should be more of a description here...

Generated
Model
kind="operation" required="true"

getUpper

int getUpper()

If the meaning of the 'Upper' attribute isn't clear, there really should be more of a description here...

Generated
Model
kind="operation" required="true"