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

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

public interface MultiplicityStringCS
extends MultiplicityCS

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

The following features are supported:

See Also:
BaseCSPackage.getMultiplicityStringCS()
Generated
Model

Method Summary
 java.lang.String getStringBounds()
          Returns the value of the 'String Bounds' attribute.
 void setStringBounds(java.lang.String value)
          Sets the value of the 'String Bounds' 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

getStringBounds

java.lang.String getStringBounds()
Returns the value of the 'String Bounds' attribute. The default value is "1".

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

Returns:
the value of the 'String Bounds' attribute.
See Also:
setStringBounds(String), BaseCSPackage.getMultiplicityStringCS_StringBounds()
Generated
Model
default="1"

setStringBounds

void setStringBounds(java.lang.String value)
Sets the value of the 'String Bounds' attribute.

Parameters:
value - the new value of the 'String Bounds' attribute.
See Also:
getStringBounds()
Generated