org.eclipse.higgins.sts.common
Class Metadata

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Metadata
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IMetadata

public class Metadata
extends Object
implements org.eclipse.higgins.sts.api.IMetadata

Author:
mikemci

Constructor Summary
Metadata()
           
 
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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()
Method Detail

getSerialized

public Object getSerialized()
Specified by:
getSerialized in interface org.eclipse.higgins.sts.api.IMetadata

getMetadataSections

public List getMetadataSections()
Gets the list of any MetadataSections

Specified by:
getMetadataSections in interface org.eclipse.higgins.sts.api.IMetadata
Returns:
the list of any MetadataSections

getAnyOtherElements

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

Specified by:
getAnyOtherElements in interface org.eclipse.higgins.sts.api.IMetadata
Returns:
the list of any other elements (other than those explicitly named)