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

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

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

Subinterfaces of ColumnSet in org.eclipse.gmt.modisco.omg.kdm.data
 interface DataSegment
          A representation of the model object 'Segment'.
 interface RecordFile
          A representation of the model object 'Record File'.
 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 ColumnSet
 ColumnSet DataFactory.createColumnSet()
          Returns a new object of class 'Column Set'.
 ColumnSet ReadsColumnSet.getTo()
          Returns the value of the 'To' reference.
 ColumnSet WritesColumnSet.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ColumnSet
 void ReadsColumnSet.setTo(ColumnSet value)
          Sets the value of the 'To' reference.
 void WritesColumnSet.setTo(ColumnSet value)
          Sets the value of the 'To' reference.
 

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

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