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