Modifier and Type | Method and Description |
---|---|
TableConfiguration |
Table.getTableConfiguration()
Returns the value of the 'Table Configuration' reference.
|
TableConfiguration |
TableInstance.getTableConfiguration()
Returns the value of the 'Table Configuration' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setTableConfiguration(TableConfiguration value)
Sets the value of the '
Table Configuration ' reference. |
void |
TableInstance.setTableConfiguration(TableConfiguration value)
Sets the value of the '
Table Configuration ' reference. |
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
TableconfigurationFactory.createTableConfiguration()
Returns a new object of class 'Table Configuration'.
|
Modifier and Type | Method and Description |
---|---|
static Table |
TableUtils.createTableInstance(java.util.List<? extends EObject> elements,
java.lang.String description,
TableConfiguration tableConfig,
EObject context,
java.lang.Object parameter) |