Interface Float
-
- All Known Implementing Classes:
FloatImpl
public interface Float extends EObject
A representation of the model object 'Float'. Defines element floating - left or right - for a given breakpoint.The following features are supported:
- See Also:
BootstrapPackage.getFloat()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BreakpointgetBreakpoint()Returns the value of the 'Breakpoint' attribute.StringgetSide()Returns the value of the 'Side' attribute.voidsetBreakpoint(Breakpoint value)Sets the value of the 'Breakpoint' attribute.voidsetSide(String value)Sets the value of the 'Side' 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
-
getSide
String getSide()
Returns the value of the 'Side' attribute. Side to float to. ``left``, ``right``, or ``none``.- Returns:
- the value of the 'Side' attribute.
- See Also:
setSide(String),BootstrapPackage.getFloat_Side()
-
setSide
void setSide(String value)
Sets the value of the 'Side' attribute.- Parameters:
value- the new value of the 'Side' attribute.- See Also:
getSide()
-
getBreakpoint
Breakpoint getBreakpoint()
Returns the value of the 'Breakpoint' attribute. Breakpoint.- Returns:
- the value of the 'Breakpoint' attribute.
- See Also:
setBreakpoint(Breakpoint),BootstrapPackage.getFloat_Breakpoint()
-
setBreakpoint
void setBreakpoint(Breakpoint value)
Sets the value of the 'Breakpoint' attribute.- Parameters:
value- the new value of the 'Breakpoint' attribute.- See Also:
getBreakpoint()
-
-