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.model
Fields in com._1c.g5.v8.dt.ql.model declared as QlPackage Modifier and Type Field Description static QlPackage
QlPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.ql.model that return QlPackage Modifier and Type Method Description QlPackage
QlFactory. getQlPackage()
Returns the package supported by this factory. -
Uses of QlPackage in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QlPackage Modifier and Type Class Description class
QlPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.ql.model.impl that return QlPackage Modifier and Type Method Description static QlPackage
QlFactoryImpl. getPackage()
Deprecated.QlPackage
QlFactoryImpl. getQlPackage()
static QlPackage
QlPackageImpl. 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.util
Fields in com._1c.g5.v8.dt.ql.model.util declared as QlPackage Modifier and Type Field Description protected static QlPackage
QlAdapterFactory. modelPackage
The cached model package.protected static QlPackage
QlSwitch. modelPackage
The cached model package
-