com.ibm.mashups.enabler
Interface MetaData


public MetaData

A read-only interface describing meta data associated with a resource.


Method Summary
 String[] getMetaDataNames()
           Returns an array of names of the meta data.
 String getMetaData(String name)
           Returns the value of a meta data entry for the given parameter name.
 

Method Detail

getMetaDataNames

String[] getMetaDataNames()
Returns an array of names of the meta data.

Note: Modifying the array does not change the meta data.

Returns:
an array containing the names; never null

getMetaData

String getMetaData(String name)
Returns the value of a meta data entry for the given parameter name.

Parameters:
name - the meta data name; must not be null
Returns:
the value of the meta data entry for the given name, or null if none exists


Copyright IBM Corp. 2010 All Rights Reserved.