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