|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.KeyValueImpl
public class KeyValueImpl
An implementation of the model object 'Key Value'.
The following features are implemented:
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
protected |
KeyValueImpl()
|
Method Summary | |
---|---|
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)
|
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
void |
setKey(java.lang.String newKey)
|
void |
setValue(java.lang.String newValue)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String KEY_EDEFAULT
Key
' attribute.
getKey()
protected java.lang.String key
Key
' attribute.
getKey()
protected static final java.lang.String VALUE_EDEFAULT
Value
' attribute.
getValue()
protected java.lang.String value
Value
' attribute.
getValue()
Constructor Detail |
---|
protected KeyValueImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getKey()
getKey
in interface KeyValue
KeyValue.setKey(String)
,
RoomPackage.getKeyValue_Key()
public void setKey(java.lang.String newKey)
setKey
in interface KeyValue
newKey
- the new value of the 'Key' attribute.KeyValue.getKey()
public java.lang.String getValue()
getValue
in interface KeyValue
KeyValue.setValue(String)
,
RoomPackage.getKeyValue_Value()
public void setValue(java.lang.String newValue)
setValue
in interface KeyValue
newValue
- the new value of the 'Value' attribute.KeyValue.getValue()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |