org.eclipse.emf.ecore.util
Class FeatureMapUtil.EntryImpl

java.lang.Object
  extended byorg.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
All Implemented Interfaces:
FeatureMap.Entry
Enclosing class:
FeatureMapUtil

public static class FeatureMapUtil.EntryImpl
extends Object
implements FeatureMap.Entry


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.util.FeatureMap.Entry
FeatureMap.Entry.Internal
 
Field Summary
protected  EStructuralFeature eStructuralFeature
           
protected  Object value
           
 
Constructor Summary
FeatureMapUtil.EntryImpl(EStructuralFeature eStructuralFeature, Object value)
           
 
Method Summary
 boolean equals(Object that)
           
 EStructuralFeature getEStructuralFeature()
          Returns the feature.
 Object getValue()
          Returns the value.
 int hashCode()
           
 String toString()
           
protected  void validate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

eStructuralFeature

protected final EStructuralFeature eStructuralFeature

value

protected final Object value
Constructor Detail

FeatureMapUtil.EntryImpl

public FeatureMapUtil.EntryImpl(EStructuralFeature eStructuralFeature,
                                Object value)
Method Detail

validate

protected void validate()

getEStructuralFeature

public EStructuralFeature getEStructuralFeature()
Description copied from interface: FeatureMap.Entry
Returns the feature.

Specified by:
getEStructuralFeature in interface FeatureMap.Entry
Returns:
the feature.

getValue

public Object getValue()
Description copied from interface: FeatureMap.Entry
Returns the value.

Specified by:
getValue in interface FeatureMap.Entry
Returns:
the value.

equals

public boolean equals(Object that)

hashCode

public int hashCode()

toString

public String toString()

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