Uses of Interface
com._1c.g5.v8.dt.xdto.model.XdtoFactory
-
Packages that use XdtoFactory Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl -
-
Uses of XdtoFactory in com._1c.g5.v8.dt.xdto.model
Fields in com._1c.g5.v8.dt.xdto.model declared as XdtoFactory Modifier and Type Field Description static XdtoFactoryXdtoFactory. eINSTANCEThe singleton instance of the factory.Methods in com._1c.g5.v8.dt.xdto.model that return XdtoFactory Modifier and Type Method Description XdtoFactoryXdtoPackage. getXdtoFactory()Returns the factory that creates the instances of the model. -
Uses of XdtoFactory in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement XdtoFactory Modifier and Type Class Description classXdtoFactoryImplAn implementation of the model Factory.Methods in com._1c.g5.v8.dt.xdto.model.impl that return XdtoFactory Modifier and Type Method Description XdtoFactoryXdtoPackageImpl. getXdtoFactory()static XdtoFactoryXdtoFactoryImpl. init()Creates the default factory implementation.
-