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.viewModelsFields in com._1c.g5.aef2.viewModels declared as AefFactory Modifier and Type Field Description static AefFactoryAefFactory. eINSTANCEThe singleton instance of the factory.Methods in com._1c.g5.aef2.viewModels that return AefFactory Modifier and Type Method Description AefFactoryAefPackage. getAefFactory()Returns the factory that creates the instances of the model.
- 
Uses of AefFactory in com._1c.g5.aef2.viewModels.implClasses in com._1c.g5.aef2.viewModels.impl that implement AefFactory Modifier and Type Class Description classAefFactoryImplAn implementation of the model Factory.Methods in com._1c.g5.aef2.viewModels.impl that return AefFactory Modifier and Type Method Description AefFactoryAefPackageImpl. getAefFactory()static AefFactoryAefFactoryImpl. init()Creates the default factory implementation.
 
-