org.eclipse.emf.databinding
Interface IEMFProperty

All Superinterfaces:
IProperty
All Known Subinterfaces:
IEMFEditListProperty, IEMFEditMapProperty, IEMFEditProperty, IEMFEditSetProperty, IEMFEditValueProperty, IEMFListProperty, IEMFMapProperty, IEMFSetProperty, IEMFValueProperty
All Known Implementing Classes:
EMFEditListPropertyDecorator, EMFEditMapPropertyDecorator, EMFEditMultiListProperty, EMFEditSetPropertyDecorator, EMFEditValuePropertyDecorator, EMFListPropertyDecorator, EMFMapPropertyDecorator, EMFMultiListProperty, EMFSetPropertyDecorator, EMFValuePropertyDecorator

public interface IEMFProperty
extends IProperty

PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.

An IProperty extension interface providing access to details of EObjects

Since:
2.5

Method Summary
 EStructuralFeature getStructuralFeature()
          Returns the descriptor of the EStructuralFeature being observed.
 

Method Detail

getStructuralFeature

EStructuralFeature getStructuralFeature()
Returns the descriptor of the EStructuralFeature being observed.

Returns:
the EStructuralFeature being observed

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