| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
| Modifier and Type | Interface and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadsColumnSet.setTo(ColumnSet value)
Sets the value of the '
To' reference. |
void |
WritesColumnSet.setTo(ColumnSet value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSwitch.caseColumnSet(ColumnSet object)
Returns the result of interpreting the object as an instance of 'Column Set'.
|