org.eclipse.gmt.umlx.eqvtr.cst
Interface OCLExpressionCSList

All Superinterfaces:
CollectionTemplateBodyCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface OCLExpressionCSList
extends CollectionTemplateBodyCS

A representation of the model object 'OCL Expression CS List'.

The following features are supported:

See Also:
EqvtrCSTPackage.getOCLExpressionCSList()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getOclExpression()
          Returns the value of the 'Ocl Expression' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOclExpression

org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getOclExpression()
Returns the value of the 'Ocl Expression' containment reference list. The list contents are of type OCLExpressionCS.

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

Returns:
the value of the 'Ocl Expression' containment reference list.
See Also:
EqvtrCSTPackage.getOCLExpressionCSList_OclExpression()