Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewTableDef
Packages that use DbViewTableDef
Package
Description
-
Uses of DbViewTableDef in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbViewTableDefModifier and TypeMethodDescriptionstatic DbViewTableDefTestMdObjectFactory.createDbViewTableDef()Creates DbViewTableDef with name -
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview
Subinterfaces of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbviewModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewTableDefModifier and TypeMethodDescriptionDbViewFactory.createDbViewTableDef()Returns a new object of class 'Table Def'.SequenceDbViewDefs.getBoundaryView()Returns the value of the 'Boundary View' containment reference.AccountingRegisterDbViewDefs.getExtDimensionsView()Returns the value of the 'Ext Dimensions View' containment reference.BasicDbViewDefs.getMainView()Returns the value of the 'Main View' containment reference.BusinessProcessDbViewDefs.getRoutePointView()Returns the value of the 'Route Point View' containment reference.ExtendedDbViewTableDef.getSource()Returns the value of the 'Source' reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewTableDefModifier and TypeMethodDescriptionvoidSequenceDbViewDefs.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.voidExtendedDbViewTableDef.setSource(DbViewTableDef value) Sets the value of the 'Source' reference. -
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewTableDefModifier and TypeClassDescriptionclassAn implementation of the model object 'Table Def'.classAn implementation of the model object 'Extended Db View Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewTableDefModifier and TypeMethodDescriptionDbViewFactoryImpl.createDbViewTableDef()SequenceDbViewDefsImpl.getBoundaryView()AccountingRegisterDbViewDefsImpl.getExtDimensionsView()BasicDbViewDefsImpl.getMainView()BusinessProcessDbViewDefsImpl.getRoutePointView()ExtendedDbViewTableDefImpl.getSource()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewTableDefModifier and TypeMethodDescriptionvoidSequenceDbViewDefsImpl.setBoundaryView(DbViewTableDef newBoundaryView) voidAccountingRegisterDbViewDefsImpl.setExtDimensionsView(DbViewTableDef newExtDimensionsView) voidBasicDbViewDefsImpl.setMainView(DbViewTableDef newMainView) voidBusinessProcessDbViewDefsImpl.setRoutePointView(DbViewTableDef newRoutePointView) voidExtendedDbViewTableDefImpl.setSource(DbViewTableDef newSource) -
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewTableDefModifier and TypeMethodDescriptionstatic 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 DbViewTableDefModifier and TypeMethodDescriptionstatic Collection<DbViewTableDef>DbViewUtil.getObjectDefs(Type type) Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewTableDefModifier and TypeMethodDescriptionDbViewSwitch.caseDbViewTableDef(DbViewTableDef object) Returns the result of interpreting the object as an instance of 'Table Def'.