Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbNonObjectDef
- 
Packages that use DbNonObjectDef 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 DbNonObjectDef in com._1c.g5.v8.dt.export.xml.exporter.mdMethods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbNonObjectDef Modifier and Type Method Description static DbNonObjectDefTestMdObjectFactory. createDbNonObjectDef()Creates DbNonObjectDef with name
- 
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return DbNonObjectDef Modifier and Type Method Description DbNonObjectDefDbViewFactory. createDbNonObjectDef()Returns a new object of class 'Db Non Object Def'.DbNonObjectDefDbViewTableDef. getDbNonObjectDef()Returns the value of the 'Db Non Object Def' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbNonObjectDef Modifier and Type Method Description voidDbViewTableDef. setDbNonObjectDef(DbNonObjectDef value)Sets the value of the 'Db Non Object Def' containment reference.
- 
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbNonObjectDef Modifier and Type Class Description classDbNonObjectDefImplAn implementation of the model object 'Db Non Object Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbNonObjectDef Modifier and Type Method Description DbNonObjectDefDbViewFactoryImpl. createDbNonObjectDef()DbNonObjectDefDbViewTableDefImpl. getDbNonObjectDef()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbNonObjectDef Modifier and Type Method Description voidDbViewTableDefImpl. setDbNonObjectDef(DbNonObjectDef newDbNonObjectDef)
- 
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbNonObjectDef Modifier and Type Method Description TDbViewSwitch. caseDbNonObjectDef(DbNonObjectDef object)Returns the result of interpreting the object as an instance of 'Db Non Object Def'.
 
-