Class EmfFeatureValueSetterImpl
java.lang.Object
com.nomagic.magicdraw.emfuml2xmi.export.convert.feature.EmfFeatureValueSetterImpl
- All Implemented Interfaces:
EmfFeatureValueSetter
@OpenApi
public abstract class EmfFeatureValueSetterImpl
extends Object
implements EmfFeatureValueSetter
Eclipse UML2 model element feature value setter implementation.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EmfFeatureValueSetterImpl
(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EStructuralFeature
Feature to set value.protected String
getMDFeatureName
(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) protected static org.eclipse.uml2.uml.UMLPackage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.nomagic.magicdraw.emfuml2xmi.export.convert.feature.EmfFeatureValueSetter
setValue
-
Constructor Details
-
EmfFeatureValueSetterImpl
@OpenApi protected EmfFeatureValueSetterImpl(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) Constructor- Parameters:
eStructuralFeature
-
-
-
Method Details
-
getEStructuralFeature
@OpenApi public org.eclipse.emf.ecore.EStructuralFeature getEStructuralFeature()Description copied from interface:EmfFeatureValueSetter
Feature to set value.- Specified by:
getEStructuralFeature
in interfaceEmfFeatureValueSetter
- Returns:
- Eclipse UML2 model element feature.
-
getMDFeatureName
-
getUMLPackage
protected static org.eclipse.uml2.uml.UMLPackage getUMLPackage()
-