Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbObjectDef
- 
- 
Uses of DbObjectDef in com._1c.g5.v8.dt.dcsMethods in com._1c.g5.v8.dt.dcs that return types with arguments of type DbObjectDef Modifier and Type Method Description static List<DbObjectDef>DcsDataSetInfoUtil. getValueTypeTables(TypeDescriptionSource tdp, SettingsContext settingsContext)Get list of tables for typeMethod parameters in com._1c.g5.v8.dt.dcs with type arguments of type DbObjectDef Modifier and Type Method Description protected voidDcsDataSetInfoV8LocalBase. addAvailableFields(List<DbObjectDef> tables, DcsDataSetInfoAvailableFieldInfoV8Local parentField, List<DbViewFieldDef> fields, Map<DcsPath,DcsDataSetInfoAvailableFieldInfoV8Local> availFields, com._1c.g5.v8.dt.dcs.DcsDataSetInfoV8LocalQuery.SettingsBehaviour behaviour)Add available fields from metadata for parent field
- 
Uses of DbObjectDef in com._1c.g5.v8.dt.export.xml.exporter.mdMethods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbObjectDef Modifier and Type Method Description static DbObjectDefTestMdObjectFactory. createDbObjectDef()Creates DbObjectDef with name
- 
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return DbObjectDef Modifier and Type Method Description DbObjectDefDbViewFactory. createDbObjectDef()Returns a new object of class 'Db Object Def'.DbObjectDefDbViewTableDef. getDbObjectDef()Returns the value of the 'Db Object Def' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbObjectDef Modifier and Type Method Description voidDbViewTableDef. setDbObjectDef(DbObjectDef value)Sets the value of the 'Db Object Def' containment reference.
- 
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbObjectDef Modifier and Type Class Description classDbObjectDefImplAn implementation of the model object 'Db Object Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbObjectDef Modifier and Type Method Description DbObjectDefDbViewFactoryImpl. createDbObjectDef()DbObjectDefDbViewTableDefImpl. getDbObjectDef()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbObjectDef Modifier and Type Method Description voidDbViewTableDefImpl. setDbObjectDef(DbObjectDef newDbObjectDef)
- 
Uses of DbObjectDef in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbObjectDef Modifier and Type Method Description TDbViewSwitch. caseDbObjectDef(DbObjectDef object)Returns the result of interpreting the object as an instance of 'Db Object Def'.
 
-