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.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return OwnedTableDef Modifier and Type Method Description OwnedTableDef
DbViewFactory. createOwnedTableDef()
Returns a new object of class 'Owned Table Def'.OwnedTableDef
DbViewTableDef. 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 void
DbViewTableDef. setOwnedTableDef(OwnedTableDef value)
Sets the value of the 'Owned Table Def
' containment reference. -
Uses of OwnedTableDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement OwnedTableDef Modifier and Type Class Description class
OwnedTableDefImpl
An 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 OwnedTableDef
DbViewFactoryImpl. createOwnedTableDef()
OwnedTableDef
DbViewTableDefImpl. getOwnedTableDef()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type OwnedTableDef Modifier and Type Method Description void
DbViewTableDefImpl. setOwnedTableDef(OwnedTableDef newOwnedTableDef)
-
Uses of OwnedTableDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type OwnedTableDef Modifier and Type Method Description T
DbViewSwitch. caseOwnedTableDef(OwnedTableDef object)
Returns the result of interpreting the object as an instance of 'Owned Table Def'.
-