public static class FeatureMapUtil.EntryImpl extends java.lang.Object implements FeatureMap.Entry
FeatureMap.Entry.Internal| Modifier and Type | Field and Description |
|---|---|
protected EStructuralFeature |
eStructuralFeature |
protected java.lang.Object |
value |
| Constructor and Description |
|---|
EntryImpl(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
EStructuralFeature |
getEStructuralFeature()
Returns the feature.
|
java.lang.Object |
getValue()
Returns the value.
|
int |
hashCode() |
java.lang.String |
toString() |
protected void |
validate() |
protected final EStructuralFeature eStructuralFeature
protected final java.lang.Object value
public EntryImpl(EStructuralFeature eStructuralFeature, java.lang.Object value)
protected void validate()
public EStructuralFeature getEStructuralFeature()
FeatureMap.EntrygetEStructuralFeature in interface FeatureMap.Entrypublic java.lang.Object getValue()
FeatureMap.EntrygetValue in interface FeatureMap.Entrypublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature