Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonModule
-
-
Uses of CommonModule in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonModule Modifier and Type Method Description static CommonModule
TestMdObjectFactory. createCommonModule(String name)
Creates CommonModule with name -
Uses of CommonModule in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommonModule Modifier and Type Method Description CommonModule
CommonModuleInitializer. create(IV8Project v8project, Version version)
-
Uses of CommonModule in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type CommonModule Modifier and Type Method Description protected boolean
MdContextDefInferrer. _infer(CommonModule commonModule, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(CommonModule object)
protected boolean
MdTypeInferrer. _inferFrom(CommonModule commonModule)
-
Uses of CommonModule in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type CommonModule Modifier and Type Method Description protected void
CommonModuleRule. buildForObject(CommonModule commonModule, IV8Project v8project)
-
Uses of CommonModule in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type CommonModule Modifier and Type Method Description void
MdValidator. checkCommomModuleName(CommonModule commonModule)
Deprecated. -
Uses of CommonModule in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonModule Modifier and Type Method Description CommonModule
MdClassFactory. 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.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonModule Modifier and Type Class Description class
CommonModuleImpl
An 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 CommonModule
MdClassFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonModule Modifier and Type Method Description T
MdClassSwitch. caseCommonModule(CommonModule object)
Returns the result of interpreting the object as an instance of 'Common Module'.boolean
MdClassValidator. validateCommonModule(CommonModule commonModule, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateCommonModule_validate(CommonModule commonModule, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Common Module'.
-