org.eclipse.higgins.sts.api
Interface IMetadata


public interface IMetadata

Author:
mikemci

Method Summary
 List getAnyOtherElements()
          Gets the list of any other elements (other than those explicitly named)
 List getMetadataSections()
          Gets the list of any MetadataSections
 Object getSerialized()
           
 

Method Detail

getSerialized

Object getSerialized()

getMetadataSections

List getMetadataSections()
Gets the list of any MetadataSections

Returns:
the list of any MetadataSections

getAnyOtherElements

List getAnyOtherElements()
Gets the list of any other elements (other than those explicitly named)

Returns:
the list of any other elements (other than those explicitly named)