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

public Object getSerialized()

getMetadataSections

public List getMetadataSections()
Gets the list of any MetadataSections

Returns:
the list of any MetadataSections

getAnyOtherElements

public 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)