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 AddInPackageAddInPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.addin.model that return AddInPackage Modifier and Type Method Description AddInPackageAddInFactory. 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 classAddInPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.addin.model.impl that return AddInPackage Modifier and Type Method Description AddInPackageAddInFactoryImpl. getAddInPackage()static AddInPackageAddInFactoryImpl. getPackage()Deprecated.static AddInPackageAddInPackageImpl. 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 AddInPackageAddInAdapterFactory. modelPackageThe cached model package.protected static AddInPackageAddInSwitch. modelPackageThe cached model package
-