Package com._1c.g5.v8.dt.moxel
Interface NamedItemEmbeddedTable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NamedItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedItemEmbeddedTableImpl
public interface NamedItemEmbeddedTable extends NamedItem
A representation of the model object 'Named Item Embedded Table'.The following features are supported:
- See Also:
MoxelPackage.getNamedItemEmbeddedTable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AreagetArea()Returns the value of the 'Area' containment reference.intgetEmbeddedTableId()Returns the value of the 'Embedded Table Id' attribute.voidsetArea(Area value)Sets the value of the 'Area' containment reference.voidsetEmbeddedTableId(int value)Sets the value of the 'Embedded Table Id' attribute.
-
-
-
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.getNamedItemEmbeddedTable_Area()
-
setArea
void setArea(Area value)
Sets the value of the 'Area' containment reference.- Parameters:
value- the new value of the 'Area' containment reference.- See Also:
getArea()
-
getEmbeddedTableId
int getEmbeddedTableId()
Returns the value of the 'Embedded Table Id' attribute.- Returns:
- the value of the 'Embedded Table Id' attribute.
- See Also:
setEmbeddedTableId(int),MoxelPackage.getNamedItemEmbeddedTable_EmbeddedTableId()
-
setEmbeddedTableId
void setEmbeddedTableId(int value)
Sets the value of the 'Embedded Table Id' attribute.- Parameters:
value- the new value of the 'Embedded Table Id' attribute.- See Also:
getEmbeddedTableId()
-
-