Uses of Interface
org.eclipse.emf.databinding.IEMFValueProperty

Packages that use IEMFValueProperty
org.eclipse.emf.databinding   
org.eclipse.emf.databinding.edit   
org.eclipse.emf.databinding.edit.internal   
org.eclipse.emf.databinding.internal   
 

Uses of IEMFValueProperty in org.eclipse.emf.databinding
 

Methods in org.eclipse.emf.databinding that return IEMFValueProperty
 IEMFValueProperty IEMFValueProperty.value(EStructuralFeature feature)
          Returns a master-detail combination of this property and the specified value feature.
static IEMFValueProperty EMFProperties.value(EStructuralFeature feature)
          Returns a value property for the given EStructuralFeature
 IEMFValueProperty IEMFValueProperty.value(FeaturePath featurePath)
          Returns a master-detail combination of this property and the specified nested value feature.
static IEMFValueProperty EMFProperties.value(FeaturePath featurePath)
          Returns a value property for the given nested EStructuralFeature feature like the name of a person
 IEMFValueProperty IEMFValueProperty.value(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
static IEMFValueProperty[] EMFProperties.values(EStructuralFeature... features)
          Returns multiple value properties for the given EStructuralFeatures
static IEMFValueProperty[] EMFProperties.values(FeaturePath... featurePaths)
          Returns multiple value property for the given nested EStructuralFeature features like the name of a person
 

Methods in org.eclipse.emf.databinding with parameters of type IEMFValueProperty
 IEMFValueProperty IEMFValueProperty.value(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFMapProperty IEMFMapProperty.values(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFListProperty IEMFListProperty.values(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 IEMFMapProperty IEMFSetProperty.values(IEMFValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
 

Uses of IEMFValueProperty in org.eclipse.emf.databinding.edit
 

Subinterfaces of IEMFValueProperty in org.eclipse.emf.databinding.edit
 interface IEMFEditValueProperty
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

Methods in org.eclipse.emf.databinding.edit with parameters of type IEMFValueProperty
 IEMFEditValueProperty IEMFEditValueProperty.value(IEMFValueProperty property)
           
 IEMFEditMapProperty IEMFEditMapProperty.values(IEMFValueProperty property)
           
 IEMFEditListProperty IEMFEditListProperty.values(IEMFValueProperty property)
           
 

Uses of IEMFValueProperty in org.eclipse.emf.databinding.edit.internal
 

Classes in org.eclipse.emf.databinding.edit.internal that implement IEMFValueProperty
 class EMFEditValuePropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

Methods in org.eclipse.emf.databinding.edit.internal with parameters of type IEMFValueProperty
 IEMFEditValueProperty EMFEditValuePropertyDecorator.value(IEMFValueProperty property)
           
 IEMFEditMapProperty EMFEditMapPropertyDecorator.values(IEMFValueProperty property)
           
 IEMFEditListProperty EMFEditMultiListProperty.values(IEMFValueProperty property)
           
 IEMFMapProperty EMFEditSetPropertyDecorator.values(IEMFValueProperty property)
           
 IEMFEditListProperty EMFEditListPropertyDecorator.values(IEMFValueProperty property)
           
 

Uses of IEMFValueProperty in org.eclipse.emf.databinding.internal
 

Classes in org.eclipse.emf.databinding.internal that implement IEMFValueProperty
 class EMFValuePropertyDecorator
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
 

Methods in org.eclipse.emf.databinding.internal that return IEMFValueProperty
 IEMFValueProperty EMFValuePropertyDecorator.value(EStructuralFeature feature)
           
 IEMFValueProperty EMFValuePropertyDecorator.value(FeaturePath featurePath)
           
 IEMFValueProperty EMFValuePropertyDecorator.value(IEMFValueProperty property)
           
 

Methods in org.eclipse.emf.databinding.internal with parameters of type IEMFValueProperty
 IEMFValueProperty EMFValuePropertyDecorator.value(IEMFValueProperty property)
           
 IEMFListProperty EMFMultiListProperty.values(IEMFValueProperty property)
           
 IEMFMapProperty EMFMapPropertyDecorator.values(IEMFValueProperty property)
           
 IEMFListProperty EMFListPropertyDecorator.values(IEMFValueProperty property)
           
 IEMFMapProperty EMFSetPropertyDecorator.values(IEMFValueProperty property)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.