Package org.emftext.commons.layout
Interface ReferenceLayoutInformation
-
- All Superinterfaces:
EObject
,LayoutInformation
,Notifier
- All Known Subinterfaces:
MinimalLayoutInformation
- All Known Implementing Classes:
MinimalLayoutInformationImpl
,ReferenceLayoutInformationImpl
public interface ReferenceLayoutInformation extends LayoutInformation
A representation of the model object 'Reference Layout Information'.The following features are supported:
- See Also:
LayoutPackage.getReferenceLayoutInformation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EObject
getObject()
Returns the value of the 'Object' reference.void
setObject(EObject value)
Sets the value of the 'Object
' reference.-
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 Detail
-
getObject
EObject getObject()
Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
setObject(EObject)
,LayoutPackage.getReferenceLayoutInformation_Object()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setObject
void setObject(EObject value)
Sets the value of the 'Object
' reference.- Parameters:
value
- the new value of the 'Object' reference.- See Also:
getObject()
- Generated class or method.
-
-