Uses of Interface
com._1c.g5.v8.dt.cmi.model.CmiPackage
- 
Packages that use CmiPackage Package Description com._1c.g5.v8.dt.cmi.model com._1c.g5.v8.dt.cmi.model.impl com._1c.g5.v8.dt.cmi.model.util 
- 
- 
Uses of CmiPackage in com._1c.g5.v8.dt.cmi.modelFields in com._1c.g5.v8.dt.cmi.model declared as CmiPackage Modifier and Type Field Description static CmiPackageCmiPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.cmi.model that return CmiPackage Modifier and Type Method Description CmiPackageCmiFactory. getCmiPackage()Returns the package supported by this factory.
- 
Uses of CmiPackage in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CmiPackage Modifier and Type Class Description classCmiPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CmiPackage Modifier and Type Method Description CmiPackageCmiFactoryImpl. getCmiPackage()static CmiPackageCmiFactoryImpl. getPackage()Deprecated.static CmiPackageCmiPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- 
Uses of CmiPackage in com._1c.g5.v8.dt.cmi.model.utilFields in com._1c.g5.v8.dt.cmi.model.util declared as CmiPackage Modifier and Type Field Description protected static CmiPackageCmiAdapterFactory. modelPackageThe cached model package.protected static CmiPackageCmiSwitch. modelPackageThe cached model package
 
-