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

All Known Implementing Classes:
SDOMetaDataGroupImpl

public interface SDOMetaDataGroup

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.
 void register(commonj.sdo.helper.TypeHelper scope)
           
 void register(commonj.sdo.helper.TypeHelper scope, java.lang.ClassLoader classLoader)
           
 

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.

register

void register(commonj.sdo.helper.TypeHelper scope)

register

void register(commonj.sdo.helper.TypeHelper scope,
              java.lang.ClassLoader classLoader)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.