Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslIndexPackage
-
Packages that use BslIndexPackage Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of BslIndexPackage in com._1c.g5.v8.dt.bsl.model
Fields in com._1c.g5.v8.dt.bsl.model declared as BslIndexPackage Modifier and Type Field Description static BslIndexPackage
BslIndexPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.bsl.model that return BslIndexPackage Modifier and Type Method Description BslIndexPackage
BslIndexFactory. getBslIndexPackage()
Returns the package supported by this factory. -
Uses of BslIndexPackage in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslIndexPackage Modifier and Type Class Description class
BslIndexPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslIndexPackage Modifier and Type Method Description BslIndexPackage
BslIndexFactoryImpl. getBslIndexPackage()
static BslIndexPackage
BslIndexFactoryImpl. getPackage()
Deprecated.static BslIndexPackage
BslIndexPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of BslIndexPackage in com._1c.g5.v8.dt.bsl.model.util
Fields in com._1c.g5.v8.dt.bsl.model.util declared as BslIndexPackage Modifier and Type Field Description protected static BslIndexPackage
BslIndexAdapterFactory. modelPackage
The cached model package.protected static BslIndexPackage
BslIndexSwitch. modelPackage
The cached model package
-