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