gov.llnl.babel.symbols

Interface IMetadata

Known Implementing Classes:
Class, Enumeration, Extendable, Interface, Method, Package, Struct, Symbol

public interface IMetadata

Method Summary

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.

Method Details

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.