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.model
Fields in com._1c.g5.v8.dt.cmi.model declared as CmiPackage Modifier and Type Field Description static CmiPackage
CmiPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.cmi.model that return CmiPackage Modifier and Type Method Description CmiPackage
CmiFactory. getCmiPackage()
Returns the package supported by this factory. -
Uses of CmiPackage in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CmiPackage Modifier and Type Class Description class
CmiPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CmiPackage Modifier and Type Method Description CmiPackage
CmiFactoryImpl. getCmiPackage()
static CmiPackage
CmiFactoryImpl. getPackage()
Deprecated.static CmiPackage
CmiPackageImpl. 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.util
Fields in com._1c.g5.v8.dt.cmi.model.util declared as CmiPackage Modifier and Type Field Description protected static CmiPackage
CmiAdapterFactory. modelPackage
The cached model package.protected static CmiPackage
CmiSwitch. modelPackage
The cached model package
-