Uses of Interface
com._1c.g5.v8.dt.moxel.content.ContentPackage
-
Packages that use ContentPackage Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of ContentPackage in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content declared as ContentPackage Modifier and Type Field Description static ContentPackage
ContentPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.moxel.content that return ContentPackage Modifier and Type Method Description ContentPackage
ContentFactory. getContentPackage()
Returns the package supported by this factory. -
Uses of ContentPackage in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement ContentPackage Modifier and Type Class Description class
ContentPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.moxel.content.impl that return ContentPackage Modifier and Type Method Description ContentPackage
ContentFactoryImpl. getContentPackage()
static ContentPackage
ContentFactoryImpl. getPackage()
Deprecated.static ContentPackage
ContentPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of ContentPackage in com._1c.g5.v8.dt.moxel.content.util
Fields in com._1c.g5.v8.dt.moxel.content.util declared as ContentPackage Modifier and Type Field Description protected static ContentPackage
ContentAdapterFactory. modelPackage
The cached model package.protected static ContentPackage
ContentSwitch. modelPackage
The cached model package
-