| Modifier and Type | Field and Description |
|---|---|
static CellSet |
EMPTY_SET |
| Constructor and Description |
|---|
CellSet() |
CellSet(Cell... objects) |
CellSet(java.util.Collection<Cell> objects) |
| Modifier and Type | Method and Description |
|---|---|
CellPO |
createCellPO() |
CellSet |
createValueCondition(java.lang.Object value)
Loop through the current set of Cell objects and collect those Cell objects where the value attribute matches the parameter value.
|
CellSet |
filter(de.uniks.networkparser.interfaces.Condition<Cell> condition) |
CellSet |
filterColumn(java.lang.Object value)
Loop through the current set of Cell objects and collect all contained objects with reference column pointing to the object passed as parameter.
|
CellSet |
filterRow(java.lang.Object value)
Loop through the current set of Cell objects and collect all contained objects with reference row pointing to the object passed as parameter.
|
ColumnSet |
getColumn()
Loop through the current set of Cell objects and collect a set of the Column objects reached via column.
|
java.lang.String |
getEntryType() |
CellSet |
getNewList(boolean keyValue) |
RowSet |
getRow()
Loop through the current set of Cell objects and collect a set of the Row objects reached via row.
|
de.uniks.networkparser.list.ObjectSet |
getValue()
Loop through the current set of Cell objects and collect a list of the value attribute values.
|
CellSet |
with(java.lang.Object value) |
CellSet |
withColumn(Column value)
Loop through current set of ModelType objects and attach the Cell object passed as parameter to the Column attribute of each of it.
|
CellSet |
without(Cell value) |
CellSet |
withRow(Row value)
Loop through current set of ModelType objects and attach the Cell object passed as parameter to the Row attribute of each of it.
|
CellSet |
withValue(java.lang.Object value)
Loop through the current set of Cell objects and assign value to the value 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, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final CellSet EMPTY_SET
public CellSet()
public CellSet(Cell... objects)
public CellSet(java.util.Collection<Cell> objects)
public CellPO createCellPO()
public java.lang.String getEntryType()
public CellSet with(java.lang.Object value)
public de.uniks.networkparser.list.ObjectSet getValue()
public CellSet createValueCondition(java.lang.Object value)
value - Search valuepublic CellSet withValue(java.lang.Object value)
value - New attribute valuepublic RowSet getRow()
public CellSet filterRow(java.lang.Object value)
value - The object required as row neighbor of the collected results.public CellSet withRow(Row value)
public ColumnSet getColumn()
public CellSet filterColumn(java.lang.Object value)
value - The object required as column neighbor of the collected results.public CellSet withColumn(Column value)
public CellSet getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class SDMSet<Cell>