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 java.lang.Object
implements org.eclipse.higgins.sts.api.IMetadata

Author:
mikemci

Constructor Summary
Metadata()
           
 
Method Summary
 java.util.List getAnyOtherElements()
          Gets the list of any other elements (other than those explicitly named)
 java.util.List getMetadataSections()
          Gets the list of any MetadataSections
 java.lang.Object getSerialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()
Method Detail

getSerialized

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

getMetadataSections

public java.util.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 java.util.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)