public interface TableInstance
The following features are supported:
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance()| 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> |
getElements()
Returns the value of the 'Elements' reference list.
|
Facet |
getFacets()
Returns the value of the 'Facets' reference.
|
<any> |
getFacets2()
Returns the value of the 'Facets2' reference list.
|
Customization |
getLocalCustomization()
Returns the value of the 'Local Customization' containment reference.
|
<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 |
setFacets(Facet value)
Sets the value of the '
Facets' reference. |
void |
setHideEmptyColumns(boolean value)
Sets the value of the '
Hide Empty Columns' attribute. |
void |
setLocalCustomization(Customization value)
Sets the value of the '
Local Customization' containment reference. |
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),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Customizations()Facet getFacets()
If the meaning of the 'Facets' reference isn't clear, there really should be more of a description here...
setFacets(Facet),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Facets()void setFacets(Facet value)
Facets' reference.
value - the new value of the 'Facets' reference.getFacets()EObject getContext()
setContext(EObject),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Context()void setContext(EObject value)
Context' reference.
value - the new value of the 'Context' reference.getContext()java.lang.Object getParameter()
setParameter(Object),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Rows()<any> getElements()
org.eclipse.emf.ecore.EObject.
If the meaning of the 'Elements' reference list isn't clear, there really should be more of a description here...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Elements()Customization getLocalCustomization()
If the meaning of the 'Local Customization' containment reference isn't clear, there really should be more of a description here...
setLocalCustomization(Customization),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_LocalCustomization()void setLocalCustomization(Customization value)
Local Customization' containment reference.
value - the new value of the 'Local Customization' containment reference.getLocalCustomization()<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...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_LocalCustomizations()<any> getFacets2()
Facet.
If the meaning of the 'Facets2' reference list isn't clear, there really should be more of a description here...
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_Facets2()ETypedElement getCanBePresentedInTheTable()
setCanBePresentedInTheTable(ETypedElement),
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table.TablePackage#getTableInstance_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()