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.modelFields in com._1c.g5.v8.dt.cai.model declared as CaiPackage Modifier and Type Field Description static CaiPackageCaiPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.cai.model that return CaiPackage Modifier and Type Method Description CaiPackageCaiFactory. getCaiPackage()Returns the package supported by this factory.
- 
Uses of CaiPackage in com._1c.g5.v8.dt.cai.model.implClasses in com._1c.g5.v8.dt.cai.model.impl that implement CaiPackage Modifier and Type Class Description classCaiPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.cai.model.impl that return CaiPackage Modifier and Type Method Description CaiPackageCaiFactoryImpl. getCaiPackage()static CaiPackageCaiFactoryImpl. getPackage()Deprecated.static CaiPackageCaiPackageImpl. 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.utilFields in com._1c.g5.v8.dt.cai.model.util declared as CaiPackage Modifier and Type Field Description protected static CaiPackageCaiAdapterFactory. modelPackageThe cached model package.protected static CaiPackageCaiSwitch. modelPackageThe cached model package
 
-