Interface ColumnWidth
-
- All Known Implementing Classes:
ColumnWidthImpl
public interface ColumnWidth extends EObject
A representation of the model object 'Column Width'. Column width for a given breakpoint.The following features are supported:
- See Also:
BootstrapPackage.getColumnWidth()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBreakpoint()Returns the value of the 'Breakpoint' attribute.StringgetWidth()Returns the value of the 'Width' attribute.voidsetBreakpoint(String value)Sets the value of the 'Breakpoint' attribute.voidsetWidth(String value)Sets 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getBreakpoint
String getBreakpoint()
Returns the value of the 'Breakpoint' attribute. Breakpoint.- Returns:
- the value of the 'Breakpoint' attribute.
- See Also:
setBreakpoint(String),BootstrapPackage.getColumnWidth_Breakpoint()
-
setBreakpoint
void setBreakpoint(String value)
Sets the value of the 'Breakpoint' attribute.- Parameters:
value- the new value of the 'Breakpoint' attribute.- See Also:
getBreakpoint()
-
getWidth
String getWidth()
Returns the value of the 'Width' attribute. Column width.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(String),BootstrapPackage.getColumnWidth_Width()
-
setWidth
void setWidth(String value)
Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
getWidth()
-
-