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