gov.llnl.babel.symbols
Interface IMetadata
- Class, Enumeration, Extendable, Interface, Method, Package, Struct, Symbol
public interface IMetadata
void | addMetadata(String keyword, String value) - Add a (keyword, value) pair to the metadata for this object.
|
Metadata | getMetadata() - Return the metadata associated with this object.
|
addMetadata
public void addMetadata(String keyword,
String value)
Add a (keyword, value) pair to the metadata for this object.
getMetadata
public Metadata getMetadata()
Return the metadata associated with this object.