Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.OwnedTableDef
- 
Packages that use OwnedTableDef Package Description 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 OwnedTableDef in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return OwnedTableDef Modifier and Type Method Description OwnedTableDefDbViewFactory. createOwnedTableDef()Returns a new object of class 'Owned Table Def'.OwnedTableDefDbViewTableDef. getOwnedTableDef()Returns the value of the 'Owned Table Def' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type OwnedTableDef Modifier and Type Method Description voidDbViewTableDef. setOwnedTableDef(OwnedTableDef value)Sets the value of the 'Owned Table Def' containment reference.
- 
Uses of OwnedTableDef in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement OwnedTableDef Modifier and Type Class Description classOwnedTableDefImplAn implementation of the model object 'Owned Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return OwnedTableDef Modifier and Type Method Description OwnedTableDefDbViewFactoryImpl. createOwnedTableDef()OwnedTableDefDbViewTableDefImpl. getOwnedTableDef()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type OwnedTableDef Modifier and Type Method Description voidDbViewTableDefImpl. setOwnedTableDef(OwnedTableDef newOwnedTableDef)
- 
Uses of OwnedTableDef in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type OwnedTableDef Modifier and Type Method Description TDbViewSwitch. caseOwnedTableDef(OwnedTableDef object)Returns the result of interpreting the object as an instance of 'Owned Table Def'.
 
-