org.eclipse.ocl.examples.xtext.markup
Interface FigureRefElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MarkupElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FigureRefElementImpl

public interface FigureRefElement
extends MarkupElement

A representation of the model object 'Fig Ref Element'.

The following features are supported:

See Also:
MarkupPackage.getFigureRefElement()
Generated
Model

Method Summary
 FigureElement getRef()
          Returns the value of the 'Ref' reference.
 void setRef(FigureElement value)
          Sets the value of the 'Ref' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.markup.MarkupElement
getOwner, getUniqueId, setOwner
 
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

getRef

FigureElement 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(FigureElement), MarkupPackage.getFigureRefElement_Ref()
Generated
Model
required="true"

setRef

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

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