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