public class ProtocolTable extends AbstractFilterableTupleTable implements DatabaseTupleTable
| Constructor and Description |
|---|
ProtocolTable(Protocol protocol,
Database db) |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
getAllColumns() |
int |
getCount()
Count the number of protocols and features of this protocol (excluding this protocol itself)
|
Database |
getDb() |
Iterator<Tuple> |
iterator() |
void |
setDb(Database db) |
getFilters, getSortRule, reset, setFiltersclose, getColCount, getColLimit, getColOffset, getColumnByName, getColumnIndex, getColumns, getCurrentColumnPageSize, getHiddenColumns, getLimit, getOffset, getRows, getValues, getVisibleColumns, hideColumn, isFirstColumnFixed, isInViewPort, setColLimit, setColOffset, setFirstColumnFixed, setLimit, setLimitOffset, setOffset, showColumnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getColCount, getColLimit, getColOffset, getColumns, getHiddenColumns, getLimit, getOffset, getRows, hideColumn, isFirstColumnFixed, setColLimit, setColOffset, setFirstColumnFixed, setLimit, setLimitOffset, setOffset, showColumnpublic ProtocolTable(Protocol protocol, Database db) throws TableException
TableExceptionpublic List<Field> getAllColumns() throws TableException
getAllColumns in interface TupleTablegetAllColumns in class AbstractTupleTableTableExceptionpublic Iterator<Tuple> iterator()
iterator in interface Iterable<Tuple>iterator in interface TupleTableiterator in class AbstractTupleTablepublic Database getDb()
getDb in interface DatabaseTupleTablepublic void setDb(Database db)
setDb in interface DatabaseTupleTablepublic int getCount()
throws TableException
getCount in interface TupleTablegetCount in class AbstractTupleTableTableExceptionCopyright © 2013. All Rights Reserved.