Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonModule
Packages that use CommonModule
Package
Description
-
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 CommonModuleModifier and TypeMethodDescriptionstatic CommonModule
TestMdObjectFactory.createCommonModule
(String name) Creates CommonModule with name -
Uses of CommonModule in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return CommonModuleModifier and TypeMethodDescriptionAdoptedCommonModuleInitializer.create
(IV8Project v8project, Version version) -
Uses of CommonModule in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return CommonModuleModifier and TypeMethodDescriptionCommonModuleAdopterParticipant.adopt
(CommonModule nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type CommonModuleModifier and TypeMethodDescriptionCommonModuleAdopterParticipant.adopt
(CommonModule nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
CommonModuleAdopterParticipant.createExtension
(CommonModule nativeObject) -
Uses of CommonModule in com._1c.g5.v8.dt.internal.md.extension.validation
Methods in com._1c.g5.v8.dt.internal.md.extension.validation with parameters of type CommonModuleModifier and TypeMethodDescriptionvoid
MdExtensionValidator.checkCommonModule
(CommonModule commonModule) Deprecated. -
Uses of CommonModule in com._1c.g5.v8.dt.internal.md.ui.editors.commonmodule
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.commonmodule with parameters of type CommonModuleModifierConstructorDescriptionCommonModuleEditorInput
(CommonModule module) Instantiates a newCommonModule
editor input. -
Uses of CommonModule in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommonModuleModifier and TypeMethodDescriptionCommonModuleInitializer.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 CommonModuleModifier and TypeMethodDescriptionprotected boolean
MdImplicitRefInferrer._infer
(CommonModule object) -
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 CommonModuleModifier and TypeMethodDescriptionprotected 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 CommonModuleModifier and TypeMethodDescriptionvoid
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 CommonModuleModifier and TypeMethodDescriptionMdClassFactory.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 CommonModuleModifier and TypeMethodDescriptionorg.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 CommonModuleModifier and TypeClassDescriptionclass
An implementation of the model object 'Common Module'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonModuleMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonModuleModifier and TypeMethodDescriptionorg.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 CommonModuleModifier and TypeMethodDescriptionMdClassSwitch.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'.