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

All Superinterfaces:
Serializable
All Known Implementing Classes:
SDOMetaDataGroupImpl

public interface SDOMetaDataGroup
extends Serializable

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

The following features are supported:


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

Method Detail

getJavaMetaData

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

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

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 © 2013 The Apache Software Foundation. All Rights Reserved.