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