Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.CubeDbViewDefs
-
-
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CubeDbViewDefs Modifier and Type Method Description static CubeDbViewDefs
TestMdObjectFactory. createCubeDbViewDefs()
Creates CubeDbViewDefs with name -
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return CubeDbViewDefs Modifier and Type Method Description CubeDbViewDefs
DbViewFactory. createCubeDbViewDefs()
Returns a new object of class 'Cube Db View Defs'. -
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement CubeDbViewDefs Modifier and Type Class Description class
CubeDbViewDefsImpl
An implementation of the model object 'Cube Db View Defs'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return CubeDbViewDefs Modifier and Type Method Description CubeDbViewDefs
DbViewFactoryImpl. createCubeDbViewDefs()
-
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type CubeDbViewDefs Modifier and Type Method Description T
DbViewSwitch. caseCubeDbViewDefs(CubeDbViewDefs object)
Returns the result of interpreting the object as an instance of 'Cube Db View Defs'. -
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CubeDbViewDefs Modifier and Type Method Description CubeDbViewDefs
Cube. getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CubeDbViewDefs Modifier and Type Method Description void
Cube. setDbViewDefs(CubeDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference. -
Uses of CubeDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CubeDbViewDefs Modifier and Type Method Description CubeDbViewDefs
CubeImpl. getDbViewDefs()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CubeDbViewDefs Modifier and Type Method Description void
CubeImpl. setDbViewDefs(CubeDbViewDefs newDbViewDefs)
-