Uses of Interface
com._1c.g5.v8.dt.metadata.common.ChoiceParameter
-
-
Uses of ChoiceParameter in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return ChoiceParameter Modifier and Type Method Description static ChoiceParameter
TestMdObjectFactory. createChoiceParameter()
Creates ChoiceParameter with name -
Uses of ChoiceParameter in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return types with arguments of type ChoiceParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameter>
InputFieldExtInfo. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list. -
Uses of ChoiceParameter in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return types with arguments of type ChoiceParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameter>
InputFieldExtInfoImpl. getChoiceParameters()
-
Uses of ChoiceParameter in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return ChoiceParameter Modifier and Type Method Description ChoiceParameter
CommonFactory. createChoiceParameter()
Returns a new object of class 'Choice Parameter'. -
Uses of ChoiceParameter in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement ChoiceParameter Modifier and Type Class Description class
ChoiceParameterImpl
An implementation of the model object 'Choice Parameter'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return ChoiceParameter Modifier and Type Method Description ChoiceParameter
CommonFactoryImpl. createChoiceParameter()
-
Uses of ChoiceParameter in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type ChoiceParameter Modifier and Type Method Description T
CommonSwitch. caseChoiceParameter(ChoiceParameter object)
Returns the result of interpreting the object as an instance of 'Choice Parameter'. -
Uses of ChoiceParameter in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ChoiceParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameter>
BasicFeature. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
Constant. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
Dimension. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
Field. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
Resource. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
StandardAttribute. getChoiceParameters()
Returns the value of the 'Choice Parameters' containment reference list. -
Uses of ChoiceParameter 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 ChoiceParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChoiceParameter>
BasicFeatureImpl. getChoiceParameters()
org.eclipse.emf.common.util.EList<ChoiceParameter>
ConstantImpl. getChoiceParameters()
org.eclipse.emf.common.util.EList<ChoiceParameter>
DimensionImpl. getChoiceParameters()
org.eclipse.emf.common.util.EList<ChoiceParameter>
FieldImpl. getChoiceParameters()
org.eclipse.emf.common.util.EList<ChoiceParameter>
ResourceImpl. getChoiceParameters()
org.eclipse.emf.common.util.EList<ChoiceParameter>
StandardAttributeImpl. getChoiceParameters()
-