public interface Table extends ViewElement
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TableRow> |
getBody() |
java.lang.String |
getCaption() |
int |
getCols() |
org.eclipse.emf.common.util.EList<ColSpec> |
getColspecs() |
org.eclipse.emf.common.util.EList<TableRow> |
getHeaders() |
java.lang.String |
getStyle() |
void |
setCaption(java.lang.String value)
Sets the value of the '
Caption ' attribute. |
void |
setCols(int value)
Sets the value of the '
Cols '
attribute. |
void |
setStyle(java.lang.String value)
Sets the value of the '
Style ' attribute. |
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
org.eclipse.emf.common.util.EList<TableRow> getBody()
java.lang.String getCaption()
void setCaption(java.lang.String value)
Caption
' attribute. value
- the new value of the 'Caption' attribute.getCaption()
java.lang.String getStyle()
void setStyle(java.lang.String value)
Style
' attribute. value
- the new value of the 'Style' attribute.getStyle()
org.eclipse.emf.common.util.EList<TableRow> getHeaders()
org.eclipse.emf.common.util.EList<ColSpec> getColspecs()
int getCols()