public interface ColSpec extends ViewElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColname() |
int |
getColnum() |
java.lang.String |
getColwidth() |
void |
setColname(java.lang.String value)
Sets the value of the '
Colname ' attribute. |
void |
setColnum(int value)
Sets the value of the '
Colnum ' attribute. |
void |
setColwidth(java.lang.String value)
Sets the value of the '
Colwidth ' attribute. |
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
java.lang.String getColname()
void setColname(java.lang.String value)
Colname
' attribute. value
- the new value of the 'Colname' attribute.getColname()
java.lang.String getColwidth()
void setColwidth(java.lang.String value)
Colwidth
' attribute. value
- the new value of the 'Colwidth' attribute.getColwidth()
int getColnum()
void setColnum(int value)
Colnum
' attribute. value
- the new value of the 'Colnum' attribute.getColnum()