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