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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, MultiplicityCS, org.eclipse.emf.common.notify.Notifier, VisitableCS
All Known Implementing Classes:
MultiplicityBoundsCSImpl

public interface MultiplicityBoundsCS
extends MultiplicityCS

A representation of the model object 'Integer Multiplicity CS'.

The following features are supported:

See Also:
BaseCSPackage.getMultiplicityBoundsCS()
Generated
Model

Method Summary
 int getLowerBound()
          Returns the value of the 'Lower Bound' attribute.
 java.lang.Integer getUpperBound()
          Returns the value of the 'Upper Bound' attribute.
 void setLowerBound(int value)
          Sets the value of the 'Lower Bound' attribute.
 void setUpperBound(java.lang.Integer value)
          Sets the value of the 'Upper Bound' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.MultiplicityCS
getLower, 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

getLowerBound

int getLowerBound()
Returns the value of the 'Lower Bound' attribute. The default value is "1".

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

Returns:
the value of the 'Lower Bound' attribute.
See Also:
setLowerBound(int), BaseCSPackage.getMultiplicityBoundsCS_LowerBound()
Generated
Model
default="1"

setLowerBound

void setLowerBound(int value)
Sets the value of the 'Lower Bound' attribute.

Parameters:
value - the new value of the 'Lower Bound' attribute.
See Also:
getLowerBound()
Generated

getUpperBound

java.lang.Integer getUpperBound()
Returns the value of the 'Upper Bound' attribute.

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

Returns:
the value of the 'Upper Bound' attribute.
See Also:
setUpperBound(Integer), BaseCSPackage.getMultiplicityBoundsCS_UpperBound()
Generated
Model

setUpperBound

void setUpperBound(java.lang.Integer value)
Sets the value of the 'Upper Bound' attribute.

Parameters:
value - the new value of the 'Upper Bound' attribute.
See Also:
getUpperBound()
Generated