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

public URI getDialect()

getIdentifier

public URI getIdentifier()

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)

getMetadataReference

public IMetadataReference getMetadataReference()

getLocation

public URI getLocation()