Uses of Interface
com._1c.g5.v8.dt.ql.model.QlPackage
- 
Packages that use QlPackage Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util 
- 
- 
Uses of QlPackage in com._1c.g5.v8.dt.ql.modelFields in com._1c.g5.v8.dt.ql.model declared as QlPackage Modifier and Type Field Description static QlPackageQlPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.ql.model that return QlPackage Modifier and Type Method Description QlPackageQlFactory. getQlPackage()Returns the package supported by this factory.
- 
Uses of QlPackage in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QlPackage Modifier and Type Class Description classQlPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.ql.model.impl that return QlPackage Modifier and Type Method Description static QlPackageQlFactoryImpl. getPackage()Deprecated.QlPackageQlFactoryImpl. getQlPackage()static QlPackageQlPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- 
Uses of QlPackage in com._1c.g5.v8.dt.ql.model.utilFields in com._1c.g5.v8.dt.ql.model.util declared as QlPackage Modifier and Type Field Description protected static QlPackageQlAdapterFactory. modelPackageThe cached model package.protected static QlPackageQlSwitch. modelPackageThe cached model package
 
-