public interface IMetadata extends IStackTraceContainer
IRuntimePackage.getMetadata()
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. |
getStackTrace, setStackTrace
java.lang.String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String)
,
IRuntimePackage.getMetadata_Key()
void setKey(java.lang.String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object)
,
IRuntimePackage.getMetadata_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()