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