Package com._1c.g5.v8.dt.moxel
Interface NamedItemCells
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NamedItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedItemCellsImpl
public interface NamedItemCells extends NamedItem
A representation of the model object 'Named Item Cells'.The following features are supported:
- See Also:
MoxelPackage.getNamedItemCells()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AreagetArea()Returns the value of the 'Area' containment reference.voidsetArea(Area value)Sets the value of the 'Area' containment reference.
-
-
-
Method Detail
-
getArea
Area getArea()
Returns the value of the 'Area' containment reference.- Returns:
- the value of the 'Area' containment reference.
- See Also:
setArea(Area),MoxelPackage.getNamedItemCells_Area()
-
-