gov.llnl.babel.symbols
Interface IMetadata

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

public interface IMetadata


Method Summary
 void addMetadata(java.lang.String keyword, java.lang.String value)
          Add a (keyword, value) pair to the metadata for this object.
 Metadata getMetadata()
          Return the metadata associated with this object.
 

Method Detail

getMetadata

Metadata getMetadata()
Return the metadata associated with this object.


addMetadata

void addMetadata(java.lang.String keyword,
                 java.lang.String value)
Add a (keyword, value) pair to the metadata for this object.