org.eclipse.emf.ecore.util
Interface FeatureMap.Entry

All Known Implementing Classes:
FeatureMapEntryImpl, FeatureMapUtil.EntryImpl
Enclosing interface:
FeatureMap

public static interface FeatureMap.Entry

A pair consisting of a feature and a single value of that feature's type.


Method Summary
 EStructuralFeature getEStructuralFeature()
          Returns the feature.
 Object getValue()
          Returns the value.
 

Method Detail

getEStructuralFeature

public EStructuralFeature getEStructuralFeature()
Returns the feature.

Returns:
the feature.

getValue

public Object getValue()
Returns the value.

Returns:
the value.

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