Package org.emftext.commons.layout
Interface ReferenceLayoutInformation
- All Superinterfaces:
EObject
,LayoutInformation
,Notifier
- All Known Subinterfaces:
MinimalLayoutInformation
- All Known Implementing Classes:
MinimalLayoutInformationImpl
,ReferenceLayoutInformationImpl
A representation of the model object 'Reference Layout Information'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
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.emftext.commons.layout.LayoutInformation
getHiddenTokenText, getStartOffset, getSyntaxElementID, getVisibleTokenText, setHiddenTokenText, setStartOffset, setSyntaxElementID, setVisibleTokenText
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObject
EObject getObject()Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setObject
Sets the value of the 'Object
' reference.- Parameters:
value
- the new value of the 'Object' reference.- See Also:
- Generated class or method.
-