Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewTableDef
- 
Packages that use DbViewTableDef Package Description com._1c.g5.v8.dt.export.xml.exporter.md com._1c.g5.v8.dt.metadata.dbview com._1c.g5.v8.dt.metadata.dbview.impl com._1c.g5.v8.dt.metadata.dbview.util 
- 
- 
Uses of DbViewTableDef in com._1c.g5.v8.dt.export.xml.exporter.mdMethods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbViewTableDef Modifier and Type Method Description static DbViewTableDefTestMdObjectFactory. createDbViewTableDef()Creates DbViewTableDef with name
- 
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return DbViewTableDef Modifier and Type Method Description DbViewTableDefDbViewFactory. createDbViewTableDef()Returns a new object of class 'Table Def'.DbViewTableDefSequenceDbViewDefs. getBoundaryView()Returns the value of the 'Boundary View' containment reference.DbViewTableDefAccountingRegisterDbViewDefs. getExtDimensionsView()Returns the value of the 'Ext Dimensions View' containment reference.DbViewTableDefBasicDbViewDefs. getMainView()Returns the value of the 'Main View' containment reference.DbViewTableDefBusinessProcessDbViewDefs. getRoutePointView()Returns the value of the 'Route Point View' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewTableDef Modifier and Type Method Description voidSequenceDbViewDefs. setBoundaryView(DbViewTableDef value)Sets the value of the 'Boundary View' containment reference.voidAccountingRegisterDbViewDefs. setExtDimensionsView(DbViewTableDef value)Sets the value of the 'Ext Dimensions View' containment reference.voidBasicDbViewDefs. setMainView(DbViewTableDef value)Sets the value of the 'Main View' containment reference.voidBusinessProcessDbViewDefs. setRoutePointView(DbViewTableDef value)Sets the value of the 'Route Point View' containment reference.
- 
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewTableDef Modifier and Type Class Description classDbViewTableDefImplAn implementation of the model object 'Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewTableDef Modifier and Type Method Description DbViewTableDefDbViewFactoryImpl. createDbViewTableDef()DbViewTableDefSequenceDbViewDefsImpl. getBoundaryView()DbViewTableDefAccountingRegisterDbViewDefsImpl. getExtDimensionsView()DbViewTableDefBasicDbViewDefsImpl. getMainView()DbViewTableDefBusinessProcessDbViewDefsImpl. getRoutePointView()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewTableDef Modifier and Type Method Description voidSequenceDbViewDefsImpl. setBoundaryView(DbViewTableDef newBoundaryView)voidAccountingRegisterDbViewDefsImpl. setExtDimensionsView(DbViewTableDef newExtDimensionsView)voidBasicDbViewDefsImpl. setMainView(DbViewTableDef newMainView)voidBusinessProcessDbViewDefsImpl. setRoutePointView(DbViewTableDef newRoutePointView)
- 
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewTableDef Modifier and Type Method Description static DbViewTableDefDbViewUtil. getMainDbViewDef(TypeItem type)Returns tables list by type.Methods in com._1c.g5.v8.dt.metadata.dbview.util that return types with arguments of type DbViewTableDef Modifier and Type Method Description static Collection<DbViewTableDef>DbViewUtil. getObjectDefs(Type type)Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewTableDef Modifier and Type Method Description TDbViewSwitch. caseDbViewTableDef(DbViewTableDef object)Returns the result of interpreting the object as an instance of 'Table Def'.
 
-