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