Interface IMetadata
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IStackTraceContainer
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
Metadata
public interface IMetadata extends IStackTraceContainer
- See Also:
IRuntimePackage.getMetadata()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.ease.lang.unittest.runtime.IStackTraceContainer
getStackTrace, setStackTrace
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKey
String getKey()Returns the value of the 'Key' attribute.If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(String)
,IRuntimePackage.getMetadata_Key()
-
setKey
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getValue
Object getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(Object)
,IRuntimePackage.getMetadata_Value()
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-