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 ChoiceParameterLink
TestMdObjectFactory. 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 ChoiceParameterLink
BmChoiceParameterLinksModel. toLink(Field attribute)
ChoiceParameterLink
EmfChoiceParameterLinksModel. toLink(Field attribute)
ChoiceParameterLink
StandardObjectChoiceParameterLinksModel. toLink(Field attribute)
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type ChoiceParameterLink Modifier and Type Method Description Field
BmChoiceParameterLinksModel. toAttribute(ChoiceParameterLink choiceParameterLink)
Field
EmfChoiceParameterLinksModel. toAttribute(ChoiceParameterLink choiceParameterLink)
Field
StandardObjectChoiceParameterLinksModel. 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 void
MdValidator. 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 ChoiceParameterLink
CommonFactory. 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 class
ChoiceParameterLinkImpl
An 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 ChoiceParameterLink
CommonFactoryImpl. 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 T
CommonSwitch. 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()
-