public class SalesforceRequestNode.EventXMLDocTable extends NodePropertyTable
Table name = eventXMLDoc Row names =
copyright
Modifier and Type | Method and Description |
---|---|
void |
addRow(SalesforceRequestNode.Row row)
Adds a Row to the table
|
SalesforceRequestNode.Row |
createRow()
Use to create a new row for this table.
|
java.util.Vector<SalesforceRequestNode.Row> |
getRows() |
void |
removeRow(SalesforceRequestNode.Row row)
Remove a Row from the table
|
getTableName
public java.util.Vector<SalesforceRequestNode.Row> getRows()
getRows
in class NodePropertyTable
public SalesforceRequestNode.Row createRow()
NodePropertyTable
public void addRow(SalesforceRequestNode.Row row)
row
- Row ; the row to add to the tablepublic void removeRow(SalesforceRequestNode.Row row)
row
- Row ; the row to remove from the table