Interface ColumnWidth
- All Known Implementing Classes:
ColumnWidthImpl
A representation of the model object 'Column Width'.
Column width for a given breakpoint.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Breakpoint' attribute.getWidth()Returns the value of the 'Width' attribute.voidsetBreakpoint(String value) Sets the value of the 'Breakpoint' attribute.voidSets the value of the 'Width' attribute.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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBreakpoint
Returns the value of the 'Breakpoint' attribute. Breakpoint.- Returns:
- the value of the 'Breakpoint' attribute.
- See Also:
-
setBreakpoint
Sets the value of the 'Breakpoint' attribute.- Parameters:
value- the new value of the 'Breakpoint' attribute.- See Also:
-
getWidth
Returns the value of the 'Width' attribute. Column width.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
-