public interface Table
The following features are supported:
TablePackage.getTable()| Modifier and Type | Method and Description |
|---|---|
ETypedElement |
getCanBePresentedInTheTable()
Returns the value of the 'Can Be Presented In The Table' reference.
|
<any> |
getColumns()
Returns the value of the 'Columns' containment reference list.
|
EObject |
getContext()
Returns the value of the 'Context' reference.
|
<any> |
getCustomizations()
Returns the value of the 'Customizations' reference list.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
<any> |
getFacetSets()
Returns the value of the 'Facet Sets' reference list.
|
<any> |
getLocalCustomizations()
Returns the value of the 'Local Customizations' containment reference list.
|
java.lang.Object |
getParameter()
Returns the value of the 'Parameter' attribute.
|
<any> |
getRows()
Returns the value of the 'Rows' containment reference list.
|
TableConfiguration |
getTableConfiguration()
Returns the value of the 'Table Configuration' reference.
|
boolean |
isHideEmptyColumns()
Returns the value of the 'Hide Empty Columns' attribute.
|
boolean |
isOnlyShowCommonColumns()
Returns the value of the 'Only Show Common Columns' attribute.
|
void |
setCanBePresentedInTheTable(ETypedElement value)
Sets the value of the '
Can Be Presented In The Table' reference. |
void |
setContext(EObject value)
Sets the value of the '
Context' reference. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setHideEmptyColumns(boolean value)
Sets the value of the '
Hide Empty Columns' attribute. |
void |
setOnlyShowCommonColumns(boolean value)
Sets the value of the '
Only Show Common Columns' attribute. |
void |
setParameter(java.lang.Object value)
Sets the value of the '
Parameter' attribute. |
void |
setTableConfiguration(TableConfiguration value)
Sets the value of the '
Table Configuration' reference. |
TableConfiguration getTableConfiguration()
If the meaning of the 'Table Configuration' reference isn't clear, there really should be more of a description here...
setTableConfiguration(TableConfiguration),
TablePackage.getTable_TableConfiguration()void setTableConfiguration(TableConfiguration value)
Table Configuration' reference.
value - the new value of the 'Table Configuration' reference.getTableConfiguration()<any> getCustomizations()
Customization.
If the meaning of the 'Customizations' reference list isn't clear, there really should be more of a description here...
TablePackage.getTable_Customizations()<any> getFacetSets()
FacetSet.
If the meaning of the 'Facet Sets' reference list isn't clear, there really should be more of a description here...
TablePackage.getTable_FacetSets()EObject getContext()
setContext(EObject),
TablePackage.getTable_Context()void setContext(EObject value)
Context' reference.
value - the new value of the 'Context' reference.getContext()java.lang.Object getParameter()
setParameter(Object),
TablePackage.getTable_Parameter()void setParameter(java.lang.Object value)
Parameter' attribute.
value - the new value of the 'Parameter' attribute.getParameter()boolean isHideEmptyColumns()
"false".
Whether to hide columns which don't contain any elements.
setHideEmptyColumns(boolean),
TablePackage.getTable_HideEmptyColumns()void setHideEmptyColumns(boolean value)
Hide Empty Columns' attribute.
value - the new value of the 'Hide Empty Columns' attribute.isHideEmptyColumns()boolean isOnlyShowCommonColumns()
"false".
Whether to show columns which are specific to a few elements (false), or only columns which are common to all the elements (true).
setOnlyShowCommonColumns(boolean),
TablePackage.getTable_OnlyShowCommonColumns()void setOnlyShowCommonColumns(boolean value)
Only Show Common Columns' attribute.
value - the new value of the 'Only Show Common Columns' attribute.isOnlyShowCommonColumns()java.lang.String getDescription()
setDescription(String),
TablePackage.getTable_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()<any> getColumns()
Column.
If the meaning of the 'Columns' containment reference list isn't clear, there really should be more of a description here...
TablePackage.getTable_Columns()<any> getRows()
Row.
If the meaning of the 'Rows' containment reference list isn't clear, there really should be more of a description here...
TablePackage.getTable_Rows()<any> getLocalCustomizations()
Customization.
If the meaning of the 'Local Customizations' containment reference list isn't clear, there really should be more of a description here...
TablePackage.getTable_LocalCustomizations()ETypedElement getCanBePresentedInTheTable()
setCanBePresentedInTheTable(ETypedElement),
TablePackage.getTable_CanBePresentedInTheTable()void setCanBePresentedInTheTable(ETypedElement value)
Can Be Presented In The Table' reference.
value - the new value of the 'Can Be Presented In The Table' reference.getCanBePresentedInTheTable()