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 DbViewTableDef
TestMdObjectFactory.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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
SequenceDbViewDefs.setBoundaryView
(DbViewTableDef value) Sets the value of the 'Boundary View
' containment reference.void
AccountingRegisterDbViewDefs.setExtDimensionsView
(DbViewTableDef value) Sets the value of the 'Ext Dimensions View
' containment reference.void
BasicDbViewDefs.setMainView
(DbViewTableDef value) Sets the value of the 'Main View
' containment reference.void
BusinessProcessDbViewDefs.setRoutePointView
(DbViewTableDef value) Sets the value of the 'Route Point View
' containment reference.void
ExtendedDbViewTableDef.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 TypeClassDescriptionclass
An implementation of the model object 'Table Def'.class
An 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 TypeMethodDescriptionvoid
SequenceDbViewDefsImpl.setBoundaryView
(DbViewTableDef newBoundaryView) void
AccountingRegisterDbViewDefsImpl.setExtDimensionsView
(DbViewTableDef newExtDimensionsView) void
BasicDbViewDefsImpl.setMainView
(DbViewTableDef newMainView) void
BusinessProcessDbViewDefsImpl.setRoutePointView
(DbViewTableDef newRoutePointView) void
ExtendedDbViewTableDefImpl.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 DbViewTableDef
DbViewUtil.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'.