org.apache.tuscany.sdo.model
Interface DataGraphType

All Superinterfaces:
BaseDataGraphType, java.io.Serializable
All Known Implementing Classes:
DataGraphTypeImpl

public interface DataGraphType
extends BaseDataGraphType

A representation of the model object 'Data Graph Type'.

The following features are supported:


Method Summary
 commonj.sdo.Sequence getAny()
          Returns the value of the 'Any' attribute list.
 
Methods inherited from interface org.apache.tuscany.sdo.model.BaseDataGraphType
getAnyAttribute, getChangeSummary, getModels, getXsd, isSetChangeSummary, isSetModels, isSetXsd, setChangeSummary, setModels, setXsd, unsetChangeSummary, unsetModels, unsetXsd
 

Method Detail

getAny

commonj.sdo.Sequence getAny()
Returns the value of the 'Any' attribute list.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.


Copyright © 2007 Apache Software Foundation. All Rights Reserved.