Uses of Interface
com._1c.g5.v8.dt.moxel.DrawingsDataSource
-
Packages that use DrawingsDataSource Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of DrawingsDataSource in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return DrawingsDataSource Modifier and Type Method Description DrawingsDataSource
MoxelFactory. createDrawingsDataSource()
Returns a new object of class 'Drawings Data Source'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type DrawingsDataSource Modifier and Type Method Description org.eclipse.emf.common.util.EList<DrawingsDataSource>
SpreadsheetDocument. getDrawingDataSources()
Returns the value of the 'Drawing Data Sources' containment reference list. -
Uses of DrawingsDataSource in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement DrawingsDataSource Modifier and Type Class Description class
DrawingsDataSourceImpl
An implementation of the model object 'Drawings Data Source'.Methods in com._1c.g5.v8.dt.moxel.impl that return DrawingsDataSource Modifier and Type Method Description DrawingsDataSource
MoxelFactoryImpl. createDrawingsDataSource()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type DrawingsDataSource Modifier and Type Method Description org.eclipse.emf.common.util.EList<DrawingsDataSource>
SpreadsheetDocumentImpl. getDrawingDataSources()
-
Uses of DrawingsDataSource in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DrawingsDataSource Modifier and Type Method Description T
MoxelSwitch. caseDrawingsDataSource(DrawingsDataSource object)
Returns the result of interpreting the object as an instance of 'Drawings Data Source'.
-