Uses of Interface
com._1c.g5.v8.dt.xdto.model.XdtoPackage
- 
Packages that use XdtoPackage Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl com._1c.g5.v8.dt.xdto.model.util 
- 
- 
Uses of XdtoPackage in com._1c.g5.v8.dt.xdto.modelFields in com._1c.g5.v8.dt.xdto.model declared as XdtoPackage Modifier and Type Field Description static XdtoPackageXdtoPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.xdto.model that return XdtoPackage Modifier and Type Method Description XdtoPackageXdtoFactory. getXdtoPackage()Returns the package supported by this factory.
- 
Uses of XdtoPackage in com._1c.g5.v8.dt.xdto.model.implClasses in com._1c.g5.v8.dt.xdto.model.impl that implement XdtoPackage Modifier and Type Class Description classXdtoPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.xdto.model.impl that return XdtoPackage Modifier and Type Method Description static XdtoPackageXdtoFactoryImpl. getPackage()Deprecated.XdtoPackageXdtoFactoryImpl. getXdtoPackage()static XdtoPackageXdtoPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- 
Uses of XdtoPackage in com._1c.g5.v8.dt.xdto.model.utilFields in com._1c.g5.v8.dt.xdto.model.util declared as XdtoPackage Modifier and Type Field Description protected static XdtoPackageXdtoAdapterFactory. modelPackageThe cached model package.protected static XdtoPackageXdtoSwitch. modelPackageThe cached model package
 
-