Uses of Interface
com._1c.g5.v8.dt.metadata.common.ChoiceParameterLink
-
-
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return ChoiceParameterLink Modifier and Type Method Description static ChoiceParameterLinkTestMdObjectFactory. createChoiceParameterLink()Creates ChoiceParameterLink with name -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return ChoiceParameterLink Modifier and Type Method Description ChoiceParameterLinkBmChoiceParameterLinksModel. toLink(Field attribute)ChoiceParameterLinkEmfChoiceParameterLinksModel. toLink(Field attribute)ChoiceParameterLinkStandardObjectChoiceParameterLinksModel. toLink(Field attribute)Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type ChoiceParameterLink Modifier and Type Method Description FieldBmChoiceParameterLinksModel. toAttribute(ChoiceParameterLink choiceParameterLink)FieldEmfChoiceParameterLinksModel. toAttribute(ChoiceParameterLink choiceParameterLink)FieldStandardObjectChoiceParameterLinksModel. toAttribute(ChoiceParameterLink choiceParameterLink) -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type ChoiceParameterLink Modifier and Type Method Description voidMdValidator. checkChoiceParameterLink(ChoiceParameterLink choiceParameterLink)Deprecated. -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return ChoiceParameterLink Modifier and Type Method Description ChoiceParameterLinkCommonFactory. createChoiceParameterLink()Returns a new object of class 'Choice Parameter Link'. -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement ChoiceParameterLink Modifier and Type Class Description classChoiceParameterLinkImplAn implementation of the model object 'Choice Parameter Link'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return ChoiceParameterLink Modifier and Type Method Description ChoiceParameterLinkCommonFactoryImpl. createChoiceParameterLink() -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type ChoiceParameterLink Modifier and Type Method Description TCommonSwitch. caseChoiceParameterLink(ChoiceParameterLink object)Returns the result of interpreting the object as an instance of 'Choice Parameter Link'. -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ChoiceParameterLink Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameterLink>BasicFeature. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameterLink>Constant. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameterLink>Dimension. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameterLink>Field. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameterLink>Resource. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameterLink>StandardAttribute. getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list. -
Uses of ChoiceParameterLink in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ChoiceParameterLink Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameterLink>BasicFeatureImpl. getChoiceParameterLinks()org.eclipse.emf.common.util.EList<ChoiceParameterLink>ConstantImpl. getChoiceParameterLinks()org.eclipse.emf.common.util.EList<ChoiceParameterLink>DimensionImpl. getChoiceParameterLinks()org.eclipse.emf.common.util.EList<ChoiceParameterLink>FieldImpl. getChoiceParameterLinks()org.eclipse.emf.common.util.EList<ChoiceParameterLink>ResourceImpl. getChoiceParameterLinks()org.eclipse.emf.common.util.EList<ChoiceParameterLink>StandardAttributeImpl. getChoiceParameterLinks()
-