public interface TableEntry extends HasContent
Modifier and Type | Method and Description |
---|---|
int |
getMorerows() |
java.lang.String |
getNameend() |
java.lang.String |
getNamest() |
void |
setMorerows(int value)
Sets the value of the '
Morerows ' attribute. |
void |
setNameend(java.lang.String value)
Sets the value of the '
Nameend ' attribute. |
void |
setNamest(java.lang.String value)
Sets the value of the '
Namest ' attribute. |
getChildren
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
int getMorerows()
void setMorerows(int value)
Morerows
' attribute. value
- the new value of the 'Morerows' attribute.getMorerows()
java.lang.String getNamest()
void setNamest(java.lang.String value)
Namest
' attribute. value
- the new value of the 'Namest' attribute.getNamest()
java.lang.String getNameend()
void setNameend(java.lang.String value)
Nameend
' attribute. value
- the new value of the 'Nameend' attribute.getNameend()