public class EMFMappingValueProperty
extends org.eclipse.emf.databinding.internal.EMFValueProperty
Constructor and Description |
---|
EMFMappingValueProperty(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EClass mappedEClass,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Constructor for a EClassMapping ValueProperty.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
doGetValue(Object source) |
protected void |
doSetValue(Object source,
Object value) |
String |
toString() |
adaptListener, getFeature, getValueType
observe, observeDetail, observeDetail, observeDetail
public EMFMappingValueProperty(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EClass mappedEClass, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
editingDomain
- The EditingDomain
mappedEClass
- the EClass being mappedeStructuralFeature
- the EStructuralFeature
of the mapprotected Object doGetValue(Object source)
doGetValue
in class org.eclipse.emf.databinding.internal.EMFValueProperty
protected void doSetValue(Object source, Object value)
doSetValue
in class org.eclipse.emf.databinding.internal.EMFValueProperty
public String toString()
toString
in class org.eclipse.emf.databinding.internal.EMFValueProperty
Copyright © 2016. All rights reserved.