Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewPackage
-
Packages that use DbViewPackage 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 DbViewPackage in com._1c.g5.v8.dt.metadata.dbview
Fields in com._1c.g5.v8.dt.metadata.dbview declared as DbViewPackage Modifier and Type Field Description static DbViewPackage
DbViewPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewPackage Modifier and Type Method Description DbViewPackage
DbViewFactory. getDbViewPackage()
Returns the package supported by this factory. -
Uses of DbViewPackage in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewPackage Modifier and Type Class Description class
DbViewPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewPackage Modifier and Type Method Description DbViewPackage
DbViewFactoryImpl. getDbViewPackage()
static DbViewPackage
DbViewFactoryImpl. getPackage()
Deprecated.static DbViewPackage
DbViewPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of DbViewPackage in com._1c.g5.v8.dt.metadata.dbview.util
Fields in com._1c.g5.v8.dt.metadata.dbview.util declared as DbViewPackage Modifier and Type Field Description protected static DbViewPackage
DbViewAdapterFactory. modelPackage
The cached model package.protected static DbViewPackage
DbViewSwitch. modelPackage
The cached model package
-