Class EmfFeatureValueSetterImpl
- java.lang.Object
 - 
- com.nomagic.magicdraw.emfuml2xmi.v4.export.convert.feature.EmfFeatureValueSetterImpl
 
 
- 
- All Implemented Interfaces:
 EmfFeatureValueSetter
@OpenApi public abstract class EmfFeatureValueSetterImpl extends java.lang.Object implements EmfFeatureValueSetter
Eclipse UML2 model element feature value setter implementation. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedEmfFeatureValueSetterImpl(org.eclipse.emf_2_8_1.ecore.EStructuralFeature eStructuralFeature)Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf_2_8_1.ecore.EStructuralFeaturegetEStructuralFeature()Feature to set value.- 
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.v4.export.convert.feature.EmfFeatureValueSetter
setValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getEStructuralFeature
@OpenApi public org.eclipse.emf_2_8_1.ecore.EStructuralFeature getEStructuralFeature()
Description copied from interface:EmfFeatureValueSetterFeature to set value.- Specified by:
 getEStructuralFeaturein interfaceEmfFeatureValueSetter- Returns:
 - Eclipse UML2 model element feature.
 
 
 - 
 
 -