Uses of Interface
com._1c.g5.aef2.standard.viewModels.AefStandardPackage
-
Packages that use AefStandardPackage Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of AefStandardPackage in com._1c.g5.aef2.standard.viewModels
Fields in com._1c.g5.aef2.standard.viewModels declared as AefStandardPackage Modifier and Type Field Description static AefStandardPackage
AefStandardPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.aef2.standard.viewModels that return AefStandardPackage Modifier and Type Method Description AefStandardPackage
AefStandardFactory. getAefStandardPackage()
Returns the package supported by this factory. -
Uses of AefStandardPackage in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement AefStandardPackage Modifier and Type Class Description class
AefStandardPackageImpl
An implementation of the model Package.Methods in com._1c.g5.aef2.standard.viewModels.impl that return AefStandardPackage Modifier and Type Method Description AefStandardPackage
AefStandardFactoryImpl. getAefStandardPackage()
static AefStandardPackage
AefStandardFactoryImpl. getPackage()
Deprecated.static AefStandardPackage
AefStandardPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of AefStandardPackage in com._1c.g5.aef2.standard.viewModels.util
Fields in com._1c.g5.aef2.standard.viewModels.util declared as AefStandardPackage Modifier and Type Field Description protected static AefStandardPackage
AefStandardAdapterFactory. modelPackage
The cached model package.protected static AefStandardPackage
AefStandardSwitch. modelPackage
The cached model package
-