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 CommonTemplate
TestMdObjectFactory. 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 boolean
MdImplicitRefInferrer. _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 CommonTemplate
MdClassFactory. 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 class
CommonTemplateImpl
An 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 CommonTemplate
MdClassFactoryImpl. 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 T
MdClassSwitch. caseCommonTemplate(CommonTemplate object)
Returns the result of interpreting the object as an instance of 'Common Template'.boolean
MdClassValidator. validateCommonTemplate(CommonTemplate commonTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-