Package com._1c.g5.v8.dt.moxel
Interface RectArea
- All Superinterfaces:
Area
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RectAreaImpl
A representation of the model object 'Rect Area'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Columns' reference.Returns the value of the 'Position' containment reference.void
setColumns
(Columns value) Sets the value of the 'Columns
' reference.void
setPosition
(Rect value) Sets the value of the 'Position
' containment 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPosition
Rect getPosition()Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
-
setPosition
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
-
getColumns
Columns getColumns()Returns the value of the 'Columns' reference.- Returns:
- the value of the 'Columns' reference.
- See Also:
-
setColumns
Sets the value of the 'Columns
' reference.- Parameters:
value
- the new value of the 'Columns' reference.- See Also:
-