public class XStringToStringMapEntryImpl extends EObjectImpl implements BasicEMap.Entry<java.lang.String,java.lang.String>
The following features are implemented:
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplBasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterListInternalEObject.EStore| Modifier and Type | Field and Description |
|---|---|
protected int |
hash |
protected java.lang.String |
key
The cached value of the '
Key' attribute |
protected static java.lang.String |
KEY_EDEFAULT
The default value of the '
Key' attribute |
protected java.lang.String |
value
The cached value of the '
Value' attribute |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the '
Value' attribute |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXYEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETEOPPOSITE_FEATURE_BASE| Modifier | Constructor and Description |
|---|---|
protected |
XStringToStringMapEntryImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
EMap<java.lang.String,java.lang.String> |
getEMap() |
int |
getHash() |
java.lang.String |
getKey() |
java.lang.String |
getTypedKey() |
java.lang.String |
getTypedValue() |
java.lang.String |
getValue() |
void |
setHash(int hash) |
void |
setKey(java.lang.String key) |
void |
setTypedKey(java.lang.String newKey) |
void |
setTypedValue(java.lang.String newValue) |
java.lang.String |
setValue(java.lang.String value) |
java.lang.String |
toString() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsSet, eResource, eSet, eUnseteNotificationRequiredprotected static final java.lang.String KEY_EDEFAULT
Key' attribute.
getTypedKey()protected java.lang.String key
Key' attribute.
getTypedKey()protected static final java.lang.String VALUE_EDEFAULT
Value' attribute.
getTypedValue()protected java.lang.String value
Value' attribute.
getTypedValue()protected int hash
protected XStringToStringMapEntryImpl()
protected EClass eStaticClass()
eStaticClass in class EObjectImplpublic java.lang.String getTypedKey()
public void setTypedKey(java.lang.String newKey)
public java.lang.String getTypedValue()
public void setTypedValue(java.lang.String newValue)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class BasicEObjectImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class BasicEObjectImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class BasicEObjectImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class BasicEObjectImplEObject.eIsSet(EStructuralFeature)public java.lang.String toString()
toString in class BasicEObjectImplpublic int getHash()
getHash in interface BasicEMap.Entry<java.lang.String,java.lang.String>public void setHash(int hash)
setHash in interface BasicEMap.Entry<java.lang.String,java.lang.String>hash - the hash.public java.lang.String getKey()
getKey in interface java.util.Map.Entry<java.lang.String,java.lang.String>public void setKey(java.lang.String key)
setKey in interface BasicEMap.Entry<java.lang.String,java.lang.String>key - the key.public java.lang.String getValue()
getValue in interface java.util.Map.Entry<java.lang.String,java.lang.String>public java.lang.String setValue(java.lang.String value)
setValue in interface java.util.Map.Entry<java.lang.String,java.lang.String>public EMap<java.lang.String,java.lang.String> getEMap()