| Modifier and Type | Field and Description |
|---|---|
static TableSet |
EMPTY_SET |
| Constructor and Description |
|---|
TableSet() |
TableSet(java.util.Collection<Table> objects) |
TableSet(Table... objects) |
| Modifier and Type | Method and Description |
|---|---|
TableSet |
createNameCondition(java.lang.String value)
Loop through the current set of Table objects and collect those Table objects where the name attribute matches the parameter value.
|
TableSet |
createNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Table objects and collect those Table objects where the name attribute is between lower and upper.
|
TablePO |
createTablePO() |
TableSet |
filter(de.uniks.networkparser.interfaces.Condition<Table> condition) |
TableSet |
filterColumns(java.lang.Object value)
Loop through the current set of Table objects and collect all contained objects with reference columns pointing to the object passed as parameter.
|
TableSet |
filterName(java.lang.String value)
Loop through the current set of Table objects and collect those Table objects where the name attribute matches the parameter value.
|
TableSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Table objects and collect those Table objects where the name attribute is between lower and upper.
|
TableSet |
filterRows(java.lang.Object value)
Loop through the current set of Table objects and collect all contained objects with reference rows pointing to the object passed as parameter.
|
ColumnSet |
getColumns()
Loop through the current set of Table objects and collect a set of the Column objects reached via columns.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getName()
Loop through the current set of Table objects and collect a list of the name attribute values.
|
TableSet |
getNewList(boolean keyValue) |
RowSet |
getRows()
Loop through the current set of Table objects and collect a set of the Row objects reached via rows.
|
TableSet |
with(java.lang.Object value) |
TableSet |
withColumns(Column value)
Loop through current set of ModelType objects and attach the Table object passed as parameter to the Columns attribute of each of it.
|
TableSet |
withName(java.lang.String value)
Loop through the current set of Table objects and assign value to the name attribute of each of it.
|
TableSet |
without(Table value) |
TableSet |
withoutColumns(Column value)
Loop through current set of ModelType objects and remove the Table object passed as parameter from the Columns attribute of each of it.
|
TableSet |
withoutRows(Row value)
Loop through current set of ModelType objects and remove the Table object passed as parameter from the Rows attribute of each of it.
|
TableSet |
withRows(Row value)
Loop through current set of ModelType objects and attach the Table object passed as parameter to the Rows attribute of each of it.
|
instanceOfadd, add, addAll, addAll, clone, fireProperty, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final TableSet EMPTY_SET
public TableSet()
public TableSet(Table... objects)
public TableSet(java.util.Collection<Table> objects)
public TablePO createTablePO()
public java.lang.String getEntryType()
public TableSet with(java.lang.Object value)
public de.uniks.networkparser.list.StringList getName()
public TableSet createNameCondition(java.lang.String value)
value - Search valuepublic TableSet createNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic TableSet withName(java.lang.String value)
value - New attribute valuepublic ColumnSet getColumns()
public TableSet filterColumns(java.lang.Object value)
value - The object required as columns neighbor of the collected results.public TableSet withColumns(Column value)
value - add Columnpublic TableSet withoutColumns(Column value)
value - remove Columnpublic RowSet getRows()
public TableSet filterRows(java.lang.Object value)
value - The object required as rows neighbor of the collected results.public TableSet withRows(Row value)
value - add Rowpublic TableSet withoutRows(Row value)
value - remove Rowpublic TableSet getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class SDMSet<Table>public TableSet filter(de.uniks.networkparser.interfaces.Condition<Table> condition)
filter in class de.uniks.networkparser.list.SimpleSet<Table>public TableSet filterName(java.lang.String value)
value - Search valuepublic TableSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound