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 PlannerPackagePlannerPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.planner.model that return PlannerPackage Modifier and Type Method Description PlannerPackagePlannerFactory. 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 classPlannerPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerPackage Modifier and Type Method Description static PlannerPackagePlannerFactoryImpl. getPackage()Deprecated.PlannerPackagePlannerFactoryImpl. getPlannerPackage()static PlannerPackagePlannerPackageImpl. 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 PlannerPackagePlannerAdapterFactory. modelPackageThe cached model package.protected static PlannerPackagePlannerSwitch. modelPackageThe cached model package 
 -