Package com._1c.g5.v8.dt.moxel
Interface NamedItemDataSource
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedItemDataSourceImpl
public interface NamedItemDataSource extends NamedItem
A representation of the model object 'Named Item Data Source'.The following features are supported:
- See Also:
MoxelPackage.getNamedItemDataSource()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Area
getArea()
Returns the value of the 'Area' containment reference.void
setArea(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.getNamedItemDataSource_Area()
-
-