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