Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewFieldTableDef
-
Packages that use DbViewFieldTableDef 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 DbViewFieldTableDef in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewFieldTableDef Modifier and Type Method Description DbViewFieldTableDef
DbViewFactory. createDbViewFieldTableDef()
Returns a new object of class 'Field Table Def'. -
Uses of DbViewFieldTableDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewFieldTableDef Modifier and Type Class Description class
DbViewFieldTableDefImpl
An implementation of the model object 'Field Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewFieldTableDef Modifier and Type Method Description DbViewFieldTableDef
DbViewFactoryImpl. createDbViewFieldTableDef()
-
Uses of DbViewFieldTableDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewFieldTableDef Modifier and Type Method Description T
DbViewSwitch. caseDbViewFieldTableDef(DbViewFieldTableDef object)
Returns the result of interpreting the object as an instance of 'Field Table Def'.
-