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
public interface RectArea extends Area
A representation of the model object 'Rect Area'.The following features are supported:
- See Also:
MoxelPackage.getRectArea()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Columns
getColumns()
Returns the value of the 'Columns' reference.Rect
getPosition()
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.
-
-
-
Method Detail
-
getPosition
Rect getPosition()
Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(Rect)
,MoxelPackage.getRectArea_Position()
-
setPosition
void setPosition(Rect value)
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
getColumns
Columns getColumns()
Returns the value of the 'Columns' reference.- Returns:
- the value of the 'Columns' reference.
- See Also:
setColumns(Columns)
,MoxelPackage.getRectArea_Columns()
-
setColumns
void setColumns(Columns value)
Sets the value of the 'Columns
' reference.- Parameters:
value
- the new value of the 'Columns' reference.- See Also:
getColumns()
-
-