org.eclipse.ocl.cst
Interface InvOrDefCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DefCS, InvCS
All Known Implementing Classes:
DefCSImpl, InvCSImpl, InvOrDefCSImpl

public interface InvOrDefCS
extends CSTNode

A representation of the model object 'Inv Or Def CS'.

The following features are supported:

See Also:
CSTPackage.getInvOrDefCS()
Generated
Model
abstract="true"

Method Summary
 SimpleNameCS getSimpleNameCS()
          Returns the value of the 'Simple Name CS' containment reference.
 void setSimpleNameCS(SimpleNameCS value)
          Sets the value of the 'Simple Name CS' containment reference.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
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

getSimpleNameCS

SimpleNameCS getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.

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

Returns:
the value of the 'Simple Name CS' containment reference.
See Also:
setSimpleNameCS(SimpleNameCS), CSTPackage.getInvOrDefCS_SimpleNameCS()
Generated
Model
containment="true"

setSimpleNameCS

void setSimpleNameCS(SimpleNameCS value)
Sets the value of the 'Simple Name CS' containment reference.

Parameters:
value - the new value of the 'Simple Name CS' containment reference.
See Also:
getSimpleNameCS()
Generated