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