Interface EmfFeatureValueSetter
- All Known Implementing Classes:
EmfFeatureValueSetterImpl
@OpenApiAll
public interface EmfFeatureValueSetter
Eclipse UML2 model element feature value setter
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf_2_8_1.ecore.EStructuralFeature
Feature to set value.void
setValue
(org.eclipse.uml2_4_0_1.uml.Element eElement, Element mdElement, EmfUml2ExportFeatureHelper helper) Sets Eclipse UML2 model element feature value.
-
Method Details
-
setValue
void setValue(org.eclipse.uml2_4_0_1.uml.Element eElement, Element mdElement, EmfUml2ExportFeatureHelper helper) Sets Eclipse UML2 model element feature value.- Parameters:
eElement
- Eclipse UML2 model element.mdElement
- MagicDraw UML2 model element.helper
- helper.
-
getEStructuralFeature
org.eclipse.emf_2_8_1.ecore.EStructuralFeature getEStructuralFeature()Feature to set value.- Returns:
- Eclipse UML2 model element feature.
-