Package org.emftext.commons.layout
Interface MinimalLayoutInformation
-
- All Superinterfaces:
EObject
,LayoutInformation
,Notifier
,ReferenceLayoutInformation
- All Known Implementing Classes:
MinimalLayoutInformationImpl
public interface MinimalLayoutInformation extends ReferenceLayoutInformation
A representation of the model object 'Minimal Layout Information'.The following features are supported:
- See Also:
LayoutPackage.getMinimalLayoutInformation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLength()
Returns the value of the 'Length' attribute.LayoutInformation
getRootLayout()
Returns the value of the 'Root Layout' reference.String
getSourceString()
void
setLength(int value)
Sets the value of the 'Length
' attribute.void
setRootLayout(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, 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
-
Methods inherited from interface org.emftext.commons.layout.ReferenceLayoutInformation
getObject, setObject
-
-
-
-
Method Detail
-
getLength
int getLength()
Returns the value of the 'Length' attribute.- Returns:
- the value of the 'Length' attribute.
- See Also:
setLength(int)
,LayoutPackage.getMinimalLayoutInformation_Length()
- 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:
getLength()
- 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:
setRootLayout(LayoutInformation)
,LayoutPackage.getMinimalLayoutInformation_RootLayout()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setRootLayout
void setRootLayout(LayoutInformation value)
Sets the value of the 'Root Layout
' reference.- Parameters:
value
- the new value of the 'Root Layout' reference.- See Also:
getRootLayout()
- Generated class or method.
-
getSourceString
String getSourceString()
- Generated class or method.
- EMF model class or method.
- kind="operation" required="true"
-
-