public class ModelCouchSet extends de.uniks.networkparser.list.SimpleSet<ModelCouch>
| Modifier and Type | Field and Description |
|---|---|
static ModelCouchSet |
EMPTY_SET |
| Constructor and Description |
|---|
ModelCouchSet() |
ModelCouchSet(java.util.Collection<ModelCouch> objects) |
ModelCouchSet(ModelCouch... objects) |
| Modifier and Type | Method and Description |
|---|---|
ModelCouchSet |
filterHostName(java.lang.String value)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the hostName attribute matches the parameter value.
|
ModelCouchSet |
filterHostName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the hostName attribute is between lower and upper.
|
ModelCouchPO |
filterModelCouchPO() |
ModelCouchSet |
filterPort(int value)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the port attribute matches the parameter value.
|
ModelCouchSet |
filterPort(int lower,
int upper)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the port attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getHostName()
Loop through the current set of ModelCouch objects and collect a list of the hostName attribute values.
|
ModelDBListenerSet |
getModelDBListener()
Loop through the current set of ModelCouch objects and collect a set of the ModelDBListener objects reached via modelDBListener.
|
intList |
getPort()
Loop through the current set of ModelCouch objects and collect a list of the port attribute values.
|
ModelCouchSet |
hasHostName(java.lang.String value)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the hostName attribute matches the parameter value.
|
ModelCouchSet |
hasHostName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the hostName attribute is between lower and upper.
|
ModelCouchPO |
hasModelCouchPO() |
ModelCouchSet |
hasModelDBListener(java.lang.Object value)
Loop through the current set of ModelCouch objects and collect all contained objects with reference modelDBListener pointing to the object passed as parameter.
|
ModelCouchSet |
hasPort(int value)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the port attribute matches the parameter value.
|
ModelCouchSet |
hasPort(int lower,
int upper)
Loop through the current set of ModelCouch objects and collect those ModelCouch objects where the port attribute is between lower and upper.
|
ModelCouchSet |
with(java.lang.Object value) |
ModelCouchSet |
withHostName(java.lang.String value)
Loop through the current set of ModelCouch objects and assign value to the hostName attribute of each of it.
|
ModelCouchSet |
withModelDBListener(ModelDBListener value)
Loop through current set of ModelType objects and attach the ModelCouch object passed as parameter to the ModelDBListener attribute of each of it.
|
ModelCouchSet |
without(ModelCouch value) |
ModelCouchSet |
withPort(int value)
Loop through the current set of ModelCouch objects and assign value to the port attribute of each of it.
|
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, notify, notifyAll, wait, wait, waitpublic static final ModelCouchSet EMPTY_SET
public ModelCouchSet()
public ModelCouchSet(ModelCouch... objects)
public ModelCouchSet(java.util.Collection<ModelCouch> objects)
public ModelCouchPO hasModelCouchPO()
public java.lang.String getEntryType()
public ModelCouchSet with(java.lang.Object value)
public ModelCouchSet without(ModelCouch value)
public de.uniks.networkparser.list.StringList getHostName()
public ModelCouchSet hasHostName(java.lang.String value)
value - Search valuepublic ModelCouchSet hasHostName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ModelCouchSet withHostName(java.lang.String value)
value - New attribute valuepublic intList getPort()
public ModelCouchSet hasPort(int value)
value - Search valuepublic ModelCouchSet hasPort(int lower, int upper)
lower - Lower boundupper - Upper boundpublic ModelCouchSet withPort(int value)
value - New attribute valuepublic ModelDBListenerSet getModelDBListener()
public ModelCouchSet hasModelDBListener(java.lang.Object value)
value - The object required as modelDBListener neighbor of the collected results.public ModelCouchSet withModelDBListener(ModelDBListener value)
value - the listenerpublic ModelCouchPO filterModelCouchPO()
public ModelCouchSet filterHostName(java.lang.String value)
value - Search valuepublic ModelCouchSet filterHostName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ModelCouchSet filterPort(int value)
value - Search valuepublic ModelCouchSet filterPort(int lower, int upper)
lower - Lower boundupper - Upper bound