org.apache.tuscany.sdo.util.metadata
Interface SDOMetaDataGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SDOMetaDataGroupImpl

public interface SDOMetaDataGroup
extends java.io.Serializable

A representation of the model object 'SDO Meta Data Group'.

The following features are supported:


Method Summary
 java.util.List getJavaMetaData()
          Returns the value of the 'Java Meta Data' containment reference list.
 java.util.List getTypeMetaData()
          Returns the value of the 'Type Meta Data' containment reference list.
 java.util.List getXsdMetaData()
          Returns the value of the 'Xsd Meta Data' containment reference list.
 

Method Detail

getJavaMetaData

java.util.List getJavaMetaData()
Returns the value of the 'Java Meta Data' containment reference list. The list contents are of type JavaMetaData.

If the meaning of the 'Java Meta Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Java Meta Data' containment reference list.

getXsdMetaData

java.util.List getXsdMetaData()
Returns the value of the 'Xsd Meta Data' containment reference list. The list contents are of type XSDMetaData.

If the meaning of the 'Xsd Meta Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Xsd Meta Data' containment reference list.

getTypeMetaData

java.util.List getTypeMetaData()
Returns the value of the 'Type Meta Data' containment reference list. The list contents are of type TypeMetaData.

If the meaning of the 'Type Meta Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Meta Data' containment reference list.


Copyright © 2007 Apache Software Foundation. All Rights Reserved.