Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.DataContainer

Packages that use DataContainer
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of DataContainer in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of DataContainer in org.eclipse.gmt.modisco.omg.kdm.data
 interface Catalog
          A representation of the model object 'Catalog'.
 interface ColumnSet
          A representation of the model object 'Column Set'.
 interface DataSegment
          A representation of the model object 'Segment'.
 interface RecordFile
          A representation of the model object 'Record File'.
 interface RelationalSchema
          A representation of the model object 'Relational Schema'.
 interface RelationalTable
          A representation of the model object 'Relational Table'.
 interface RelationalView
          A representation of the model object 'Relational View'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return DataContainer
 DataContainer DataFactory.createDataContainer()
          Returns a new object of class 'Container'.
 

Uses of DataContainer in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type DataContainer
 T DataSwitch.caseDataContainer(DataContainer object)
          Returns the result of interpreting the object as an instance of 'Container'.