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