Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonModule
- 
- 
Uses of CommonModule in com._1c.g5.v8.dt.export.xml.exporter.mdMethods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonModule Modifier and Type Method Description static CommonModuleTestMdObjectFactory. createCommonModule(String name)Creates CommonModule with name
- 
Uses of CommonModule in com._1c.g5.v8.dt.md.modelMethods in com._1c.g5.v8.dt.md.model that return CommonModule Modifier and Type Method Description CommonModuleCommonModuleInitializer. create(IV8Project v8project, Version version)
- 
Uses of CommonModule in com._1c.g5.v8.dt.md.resourceMethods in com._1c.g5.v8.dt.md.resource with parameters of type CommonModule Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(CommonModule object)
- 
Uses of CommonModule in com._1c.g5.v8.dt.md.ui.aef2.rulesMethods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type CommonModule Modifier and Type Method Description protected voidCommonModuleRule. buildForObject(CommonModule commonModule, IV8Project v8project)
- 
Uses of CommonModule in com._1c.g5.v8.dt.md.validationMethods in com._1c.g5.v8.dt.md.validation with parameters of type CommonModule Modifier and Type Method Description voidMdValidator. checkCommomModuleName(CommonModule commonModule)Deprecated.
- 
Uses of CommonModule in com._1c.g5.v8.dt.metadata.mdclassMethods in com._1c.g5.v8.dt.metadata.mdclass that return CommonModule Modifier and Type Method Description CommonModuleMdClassFactory. createCommonModule()Returns a new object of class 'Common Module'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonModule Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonModule>Configuration. getCommonModules()Returns the value of the 'Common Modules' reference list.
- 
Uses of CommonModule in com._1c.g5.v8.dt.metadata.mdclass.implClasses in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonModule Modifier and Type Class Description classCommonModuleImplAn implementation of the model object 'Common Module'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonModule Modifier and Type Method Description CommonModuleMdClassFactoryImpl. createCommonModule()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonModule Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonModule>ConfigurationImpl. getCommonModules()
- 
Uses of CommonModule in com._1c.g5.v8.dt.metadata.mdclass.utilMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonModule Modifier and Type Method Description TMdClassSwitch. caseCommonModule(CommonModule object)Returns the result of interpreting the object as an instance of 'Common Module'.booleanMdClassValidator. validateCommonModule(CommonModule commonModule, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateCommonModule_validate(CommonModule commonModule, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Common Module'.
 
-