public interface Context
ModelPackage.getContext()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the value of the 'Key' attribute.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setKey(java.lang.String value)
Sets the value of the '
Key ' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' attribute. |
java.lang.String getKey()
setKey(String)
,
ModelPackage.getContext_Key()
void setKey(java.lang.String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
java.lang.Object getValue()
setValue(Object)
,
ModelPackage.getContext_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()