org.eclipse.higgins.sts.api
Interface IMetadataSection


public interface IMetadataSection

Author:
mikemci

Method Summary
 List getAnyOtherElements()
          Gets the list of any other elements (other than those explicitly named)
 URI getDialect()
           
 URI getIdentifier()
           
 URI getLocation()
           
 IMetadataReference getMetadataReference()
           
 

Method Detail

getDialect

URI getDialect()

getIdentifier

URI getIdentifier()

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)

getMetadataReference

IMetadataReference getMetadataReference()

getLocation

URI getLocation()