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