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