Interface ColumnSet

All Superinterfaces:
AbstractDataElement, DataContainer, DataResource, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DataSegment, RecordFile, RelationalTable, RelationalView
All Known Implementing Classes:
ColumnSetImpl, DataSegmentImpl, RecordFileImpl, RelationalTableImpl, RelationalViewImpl

public interface ColumnSet
extends DataContainer
A representation of the model object 'Column Set'.

The following features are supported:

See Also:
DataPackage.getColumnSet()
  • Method Details

    • getItemUnit

      org.eclipse.emf.common.util.EList<ItemUnit> getItemUnit()
      Returns the value of the 'Item Unit' containment reference list. The list contents are of type ItemUnit.
      Returns:
      the value of the 'Item Unit' containment reference list.
      See Also:
      DataPackage.getColumnSet_ItemUnit()