public class ModelDBListenerSet extends de.uniks.networkparser.list.SimpleSet<ModelDBListener>
| Modifier and Type | Field and Description |
|---|---|
static ModelDBListenerSet |
EMPTY_SET |
| Constructor and Description |
|---|
ModelDBListenerSet() |
ModelDBListenerSet(java.util.Collection<ModelDBListener> objects) |
ModelDBListenerSet(ModelDBListener... objects) |
| Modifier and Type | Method and Description |
|---|---|
ModelDBListenerPO |
filterModelDBListenerPO() |
ModelCouchSet |
getCouch()
Loop through the current set of ModelDBListener objects and collect a set of the ModelCouch objects reached via couch.
|
java.lang.String |
getEntryType() |
ModelDBListenerSet |
hasCouch(java.lang.Object value)
Loop through the current set of ModelDBListener objects and collect all contained objects with reference couch pointing to the object passed as parameter.
|
ModelDBListenerPO |
hasModelDBListenerPO() |
ModelDBListenerSet |
with(java.lang.Object value) |
ModelDBListenerSet |
withCouch(ModelCouch value)
Loop through current set of ModelType objects and attach the ModelDBListener object passed as parameter to the Couch attribute of each of it.
|
ModelDBListenerSet |
without(ModelDBListener value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, 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, hashCode, notify, notifyAll, wait, wait, waitpublic static final ModelDBListenerSet EMPTY_SET
public ModelDBListenerSet()
public ModelDBListenerSet(ModelDBListener... objects)
public ModelDBListenerSet(java.util.Collection<ModelDBListener> objects)
public ModelDBListenerPO hasModelDBListenerPO()
public java.lang.String getEntryType()
public ModelDBListenerSet with(java.lang.Object value)
public ModelDBListenerSet without(ModelDBListener value)
public ModelCouchSet getCouch()
public ModelDBListenerSet hasCouch(java.lang.Object value)
value - The object required as couch neighbor of the collected results.public ModelDBListenerSet withCouch(ModelCouch value)
value - the couchpublic ModelDBListenerPO filterModelDBListenerPO()