Uses of Interface
com._1c.g5.aef2.viewModels.AefFactory
-
Packages that use AefFactory Package Description com._1c.g5.aef2.viewModels com._1c.g5.aef2.viewModels.impl -
-
Uses of AefFactory in com._1c.g5.aef2.viewModels
Fields in com._1c.g5.aef2.viewModels declared as AefFactory Modifier and Type Field Description static AefFactory
AefFactory. eINSTANCE
The singleton instance of the factory.Methods in com._1c.g5.aef2.viewModels that return AefFactory Modifier and Type Method Description AefFactory
AefPackage. getAefFactory()
Returns the factory that creates the instances of the model. -
Uses of AefFactory in com._1c.g5.aef2.viewModels.impl
Classes in com._1c.g5.aef2.viewModels.impl that implement AefFactory Modifier and Type Class Description class
AefFactoryImpl
An implementation of the model Factory.Methods in com._1c.g5.aef2.viewModels.impl that return AefFactory Modifier and Type Method Description AefFactory
AefPackageImpl. getAefFactory()
static AefFactory
AefFactoryImpl. init()
Creates the default factory implementation.
-