Uses of Interface
com._1c.g5.v8.dt.metadata.common.CommonPackage
-
Packages that use CommonPackage Package Description com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.common.util -
-
Uses of CommonPackage in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common declared as CommonPackage Modifier and Type Field Description static CommonPackage
CommonPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.metadata.common that return CommonPackage Modifier and Type Method Description CommonPackage
CommonFactory. getCommonPackage()
Returns the package supported by this factory. -
Uses of CommonPackage in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement CommonPackage Modifier and Type Class Description class
CommonPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.metadata.common.impl that return CommonPackage Modifier and Type Method Description CommonPackage
CommonFactoryImpl. getCommonPackage()
static CommonPackage
CommonFactoryImpl. getPackage()
Deprecated.static CommonPackage
CommonPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of CommonPackage in com._1c.g5.v8.dt.metadata.common.util
Fields in com._1c.g5.v8.dt.metadata.common.util declared as CommonPackage Modifier and Type Field Description protected static CommonPackage
CommonAdapterFactory. modelPackage
The cached model package.protected static CommonPackage
CommonSwitch. modelPackage
The cached model package
-