public class RGElement
extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList |
associatedCells |
private String |
label |
Constructor and Description |
---|
RGElement(String s) |
Modifier and Type | Method and Description |
---|---|
void |
addCell(RGCell c) |
ArrayList |
getCells()
Returns all the cells for this attribute, in element order.
|
String |
getLabel()
Returns the label of this particular element
|
void |
setLabel(String s)
Sets the label of this element; e.g., "table"
|
public void setLabel(String s)
public String getLabel()
public void addCell(RGCell c)
public ArrayList getCells()