Package org.emftext.commons.layout
Interface MinimalLayoutInformation
- All Superinterfaces:
EObject,LayoutInformation,Notifier,ReferenceLayoutInformation
- All Known Implementing Classes:
MinimalLayoutInformationImpl
A representation of the model object 'Minimal Layout Information'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Length' attribute.Returns the value of the 'Root Layout' reference.voidsetLength(int value) Sets the value of the 'Length' attribute.voidsetRootLayout(LayoutInformation value) Sets the value of the 'Root Layout' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.emftext.commons.layout.LayoutInformation
getHiddenTokenText, getStartOffset, getSyntaxElementID, getVisibleTokenText, setHiddenTokenText, setStartOffset, setSyntaxElementID, setVisibleTokenTextMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.emftext.commons.layout.ReferenceLayoutInformation
getObject, setObject
-
Method Details
-
getLength
int getLength()Returns the value of the 'Length' attribute.- Returns:
- the value of the 'Length' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setLength
void setLength(int value) Sets the value of the 'Length' attribute.- Parameters:
value- the new value of the 'Length' attribute.- See Also:
- Generated class or method.
-
getRootLayout
LayoutInformation getRootLayout()Returns the value of the 'Root Layout' reference.- Returns:
- the value of the 'Root Layout' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setRootLayout
Sets the value of the 'Root Layout' reference.- Parameters:
value- the new value of the 'Root Layout' reference.- See Also:
- Generated class or method.
-
getSourceString
String getSourceString()- Generated class or method.
- EMF model class or method.
- kind="operation" required="true"
-