org.eclipse.emf.ecp.view.mappingdmr.databinding
Class EMFMappingValueProperty

java.lang.Object
  extended by org.eclipse.core.databinding.property.value.ValueProperty
      extended by org.eclipse.core.databinding.property.value.SimpleValueProperty
          extended by org.eclipse.emf.databinding.internal.EMFValueProperty
              extended by org.eclipse.emf.ecp.view.mappingdmr.databinding.EMFMappingValueProperty
All Implemented Interfaces:
org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.value.IValueProperty

public class EMFMappingValueProperty
extends org.eclipse.emf.databinding.internal.EMFValueProperty

This class provides a ValueProperty for EClass Mappings.

Author:
Eugen Neufeld

Constructor Summary
EMFMappingValueProperty(org.eclipse.emf.ecore.EClass mappedEClass, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
          Constructor for a EClassMapping ValueProperty.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.eclipse.emf.databinding.internal.EMFValueProperty
adaptListener, getValueType
 
Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty
observe, observeDetail, observeDetail, observeDetail
 
Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty
getValue, list, map, observe, observeDetail, set, setValue, value, valueFactory, valueFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EMFMappingValueProperty

public EMFMappingValueProperty(org.eclipse.emf.ecore.EClass mappedEClass,
                               org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Constructor for a EClassMapping ValueProperty.

Parameters:
mappedEClass - the EClass being mapped
eStructuralFeature - the EStructuralFeature of the map
Method Detail

toString

public String toString()
Overrides:
toString in class org.eclipse.emf.databinding.internal.EMFValueProperty


Copyright © 2014. All Rights Reserved.