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