Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.TableDbViewDefs
-
-
Uses of TableDbViewDefs in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return TableDbViewDefs Modifier and Type Method Description TableDbViewDefs
DbViewFactory. createTableDbViewDefs()
Returns a new object of class 'Table Db View Defs'. -
Uses of TableDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement TableDbViewDefs Modifier and Type Class Description class
TableDbViewDefsImpl
An implementation of the model object 'Table Db View Defs'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return TableDbViewDefs Modifier and Type Method Description TableDbViewDefs
DbViewFactoryImpl. createTableDbViewDefs()
-
Uses of TableDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type TableDbViewDefs Modifier and Type Method Description T
DbViewSwitch. caseTableDbViewDefs(TableDbViewDefs object)
Returns the result of interpreting the object as an instance of 'Table Db View Defs'. -
Uses of TableDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TableDbViewDefs Modifier and Type Method Description TableDbViewDefs
Table. getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TableDbViewDefs Modifier and Type Method Description void
Table. setDbViewDefs(TableDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference. -
Uses of TableDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TableDbViewDefs Modifier and Type Method Description TableDbViewDefs
TableImpl. getDbViewDefs()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TableDbViewDefs Modifier and Type Method Description void
TableImpl. setDbViewDefs(TableDbViewDefs newDbViewDefs)
-