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.model
Fields in com._1c.g5.v8.dt.xdto.model declared as XdtoPackage Modifier and Type Field Description static XdtoPackage
XdtoPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.xdto.model that return XdtoPackage Modifier and Type Method Description XdtoPackage
XdtoFactory. getXdtoPackage()
Returns the package supported by this factory. -
Uses of XdtoPackage in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement XdtoPackage Modifier and Type Class Description class
XdtoPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.xdto.model.impl that return XdtoPackage Modifier and Type Method Description static XdtoPackage
XdtoFactoryImpl. getPackage()
Deprecated.XdtoPackage
XdtoFactoryImpl. getXdtoPackage()
static XdtoPackage
XdtoPackageImpl. 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.util
Fields in com._1c.g5.v8.dt.xdto.model.util declared as XdtoPackage Modifier and Type Field Description protected static XdtoPackage
XdtoAdapterFactory. modelPackage
The cached model package.protected static XdtoPackage
XdtoSwitch. modelPackage
The cached model package
-