org.eclipse.ocl.examples.xtext.base.baseCST
Interface ClassCSRef

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

public interface ClassCSRef
extends ElementCS

A representation of the model object 'Class CS Ref'.

The following features are supported:

See Also:
BaseCSTPackage.getClassCSRef()
Generated
Model

Method Summary
 ClassCS getRef()
          Returns the value of the 'Ref' reference.
 void setRef(ClassCS value)
          Sets the value of the 'Ref' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
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.util.VisitableCS
accept, eClass
 

Method Detail

getRef

ClassCS getRef()
Returns the value of the 'Ref' reference.

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

Returns:
the value of the 'Ref' reference.
See Also:
setRef(ClassCS), BaseCSTPackage.getClassCSRef_Ref()
Generated
Model

setRef

void setRef(ClassCS value)
Sets the value of the 'Ref' reference.

Parameters:
value - the new value of the 'Ref' reference.
See Also:
getRef()
Generated