Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonTemplate
-
-
Uses of CommonTemplate in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonTemplate Modifier and Type Method Description static CommonTemplateTestMdObjectFactory. createCommonTemplate(String name, TemplateType type)Creates CommonTemplate with name and TemplateType -
Uses of CommonTemplate in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type CommonTemplate Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(CommonTemplate object) -
Uses of CommonTemplate in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonTemplate Modifier and Type Method Description CommonTemplateMdClassFactory. createCommonTemplate()Returns a new object of class 'Common Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonTemplate Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonTemplate>Configuration. getCommonTemplates()Returns the value of the 'Common Templates' reference list. -
Uses of CommonTemplate in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonTemplate Modifier and Type Class Description classCommonTemplateImplAn implementation of the model object 'Common Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonTemplate Modifier and Type Method Description CommonTemplateMdClassFactoryImpl. createCommonTemplate()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonTemplate Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonTemplate>ConfigurationImpl. getCommonTemplates() -
Uses of CommonTemplate in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonTemplate Modifier and Type Method Description TMdClassSwitch. caseCommonTemplate(CommonTemplate object)Returns the result of interpreting the object as an instance of 'Common Template'.booleanMdClassValidator. validateCommonTemplate(CommonTemplate commonTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-