org.eclipse.emf.databinding.internal
Class EMFValueProperty
java.lang.Object
org.eclipse.core.databinding.property.value.ValueProperty
org.eclipse.core.databinding.property.value.SimpleValueProperty
org.eclipse.emf.databinding.internal.EMFValueProperty
- All Implemented Interfaces:
- org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.value.IValueProperty
- Direct Known Subclasses:
- EMFEditValueProperty
public class EMFValueProperty
- extends org.eclipse.core.databinding.property.value.SimpleValueProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
- Since:
- 2.5
Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty |
getValue, observe, observeDetail, observeDetail, observeDetail, setValue |
Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty |
list, map, observe, observeDetail, set, value, valueFactory, valueFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMFValueProperty
public EMFValueProperty(EStructuralFeature eStructuralFeature)
- Parameters:
eStructuralFeature
-
getValueType
public java.lang.Object getValueType()
getFeature
protected EStructuralFeature getFeature()
- Returns:
- the feature
doGetValue
protected java.lang.Object doGetValue(java.lang.Object source)
- Specified by:
doGetValue
in class org.eclipse.core.databinding.property.value.SimpleValueProperty
doSetValue
protected void doSetValue(java.lang.Object source,
java.lang.Object value)
- Specified by:
doSetValue
in class org.eclipse.core.databinding.property.value.SimpleValueProperty
adaptListener
public org.eclipse.core.databinding.property.INativePropertyListener adaptListener(org.eclipse.core.databinding.property.ISimplePropertyListener listener)
- Specified by:
adaptListener
in class org.eclipse.core.databinding.property.value.SimpleValueProperty
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object