public class HTTPHeaderNode.NameValue4ReplyHeaderTable extends NodePropertyTable
Table name = HTTPReply Header Row names = HTTPReplyElementsRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
TABLE_NAME |
copyright, name, rows
Modifier and Type | Method and Description |
---|---|
void |
addRow(HTTPHeaderNode.HTTPReplyElementsRow row)
Adds a HTTPReplyElementsRow to the table
|
HTTPHeaderNode.HTTPReplyElementsRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<HTTPHeaderNode.HTTPReplyElementsRow> |
getRows() |
void |
removeRow(HTTPHeaderNode.HTTPReplyElementsRow row)
Remove a HTTPReplyElementsRow from the table
|
addRow, getTableName, removeRow
protected static final java.lang.String TABLE_NAME
public java.util.Vector<HTTPHeaderNode.HTTPReplyElementsRow> getRows()
getRows
in class NodePropertyTable
public HTTPHeaderNode.HTTPReplyElementsRow createRow()
NodePropertyTable
createRow
in class NodePropertyTable
public void addRow(HTTPHeaderNode.HTTPReplyElementsRow row)
row
- HTTPReplyElementsRow ; the row to add to the tablepublic void removeRow(HTTPHeaderNode.HTTPReplyElementsRow row)
row
- HTTPReplyElementsRow ; the row to remove from the table