Interface Float
- All Known Implementing Classes:
FloatImpl
A representation of the model object 'Float'.
Defines element floating - left or right - for a given breakpoint.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Breakpoint' attribute.getSide()Returns the value of the 'Side' attribute.voidsetBreakpoint(Breakpoint value) Sets the value of the 'Breakpoint' attribute.voidSets 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Side' attribute.- Parameters:
value- the new value of the 'Side' attribute.- See Also:
-
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:
-