public class ReplicationRootSet extends de.uniks.networkparser.list.SimpleSet<ReplicationRoot>
| Modifier and Type | Field and Description |
|---|---|
static ReplicationRootSet |
EMPTY_SET |
| Constructor and Description |
|---|
ReplicationRootSet() |
ReplicationRootSet(java.util.Collection<ReplicationRoot> objects) |
ReplicationRootSet(ReplicationRoot... objects) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRootSet |
filterApplicationObject(java.lang.Object value)
Loop through the current set of ReplicationRoot objects and collect those ReplicationRoot objects where the applicationObject attribute matches the parameter value.
|
ReplicationRootSet |
filterName(java.lang.String value)
Loop through the current set of ReplicationRoot objects and collect those ReplicationRoot objects where the name attribute matches the parameter value.
|
ReplicationRootSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationRoot objects and collect those ReplicationRoot objects where the name attribute is between lower and upper.
|
ReplicationRootPO |
filterReplicationRootPO() |
de.uniks.networkparser.list.ObjectSet |
getApplicationObject() |
java.lang.String |
getEntryType() |
ReplicationRootSet |
getKids() |
ReplicationRootSet |
getKidsTransitive() |
de.uniks.networkparser.list.StringList |
getName() |
ReplicationRootSet |
getParent() |
ReplicationRootSet |
getParentTransitive() |
ReplicationRootSet |
hasApplicationObject(java.lang.Object value) |
ReplicationRootSet |
hasKids(java.lang.Object value) |
ReplicationRootSet |
hasName(java.lang.String value) |
ReplicationRootSet |
hasName(java.lang.String lower,
java.lang.String upper) |
ReplicationRootSet |
hasParent(java.lang.Object value) |
ReplicationRootPO |
hasReplicationRootPO() |
ReplicationRootSet |
with(java.lang.Object value) |
ReplicationRootSet |
withApplicationObject(java.lang.Object value) |
ReplicationRootSet |
withKids(ReplicationRoot value) |
ReplicationRootSet |
withName(java.lang.String value) |
ReplicationRootSet |
without(ReplicationRoot value) |
ReplicationRootSet |
withoutKids(ReplicationRoot value) |
ReplicationRootSet |
withParent(ReplicationRoot 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 ReplicationRootSet EMPTY_SET
public ReplicationRootSet()
public ReplicationRootSet(ReplicationRoot... objects)
public ReplicationRootSet(java.util.Collection<ReplicationRoot> objects)
public ReplicationRootPO hasReplicationRootPO()
public ReplicationRootSet with(java.lang.Object value)
public ReplicationRootSet without(ReplicationRoot value)
public de.uniks.networkparser.list.StringList getName()
public ReplicationRootSet hasName(java.lang.String value)
public ReplicationRootSet hasName(java.lang.String lower, java.lang.String upper)
public ReplicationRootSet withName(java.lang.String value)
public de.uniks.networkparser.list.ObjectSet getApplicationObject()
public ReplicationRootSet hasApplicationObject(java.lang.Object value)
public ReplicationRootSet withApplicationObject(java.lang.Object value)
public ReplicationRootSet getKids()
public ReplicationRootSet hasKids(java.lang.Object value)
public ReplicationRootSet getKidsTransitive()
public ReplicationRootSet withKids(ReplicationRoot value)
public ReplicationRootSet withoutKids(ReplicationRoot value)
public ReplicationRootSet getParent()
public ReplicationRootSet hasParent(java.lang.Object value)
public ReplicationRootSet getParentTransitive()
public ReplicationRootSet withParent(ReplicationRoot value)
public ReplicationRootPO filterReplicationRootPO()
public java.lang.String getEntryType()
public ReplicationRootSet filterName(java.lang.String value)
value - Search valuepublic ReplicationRootSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ReplicationRootSet filterApplicationObject(java.lang.Object value)
value - Search value