public interface Row
TablePackage.getRow()
Modifier and Type | Method and Description |
---|---|
EObject |
getElement()
Returns the value of the 'Element' reference.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
void |
setElement(EObject value)
Sets the value of the '
Element ' reference. |
void |
setHeight(int value)
Sets the value of the '
Height ' attribute. |
EObject getElement()
If the meaning of the 'Element' reference isn't clear, there really should be more of a description here...
setElement(EObject)
,
TablePackage.getRow_Element()
void setElement(EObject value)
Element
' reference.
value
- the new value of the 'Element' reference.getElement()
int getHeight()
"-1"
.
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
TablePackage.getRow_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()