public class SeppelSpaceSet extends de.uniks.networkparser.list.SimpleSet<SeppelSpace>
| Modifier and Type | Field and Description |
|---|---|
static SeppelSpaceSet |
EMPTY_SET |
| Constructor and Description |
|---|
SeppelSpaceSet() |
SeppelSpaceSet(java.util.Collection<SeppelSpace> objects) |
SeppelSpaceSet(SeppelSpace... objects) |
| Modifier and Type | Method and Description |
|---|---|
SeppelSpaceSet |
filterHistory(ChangeEventList value)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the history attribute matches the parameter value.
|
SeppelSpaceSet |
filterJavaFXApplication(boolean value)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the javaFXApplication attribute matches the parameter value.
|
SeppelSpaceSet |
filterLastChangeId(long value)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the lastChangeId attribute matches the parameter value.
|
SeppelSpaceSet |
filterLastChangeId(long lower,
long upper)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the lastChangeId attribute is between lower and upper.
|
SeppelSpacePO |
filterSeppelSpacePO() |
SeppelSpaceSet |
filterSpaceId(java.lang.String value)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the spaceId attribute matches the parameter value.
|
SeppelSpaceSet |
filterSpaceId(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SeppelSpace objects and collect those SeppelSpace objects where the spaceId attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
java.lang.Object |
getHistory() |
booleanList |
getJavaFXApplication() |
longList |
getLastChangeId() |
de.uniks.networkparser.list.StringList |
getSpaceId() |
SeppelSpaceSet |
hasHistory(ChangeEventList value) |
SeppelSpaceSet |
hasJavaFXApplication(boolean value) |
SeppelSpaceSet |
hasLastChangeId(long value) |
SeppelSpaceSet |
hasLastChangeId(long lower,
long upper) |
SeppelSpacePO |
hasSeppelSpacePO() |
SeppelSpaceSet |
hasSpaceId(java.lang.String value) |
SeppelSpaceSet |
hasSpaceId(java.lang.String lower,
java.lang.String upper) |
SeppelSpaceSet |
with(java.lang.Object value) |
SeppelSpaceSet |
withHistory(ChangeEventList value) |
SeppelSpaceSet |
withJavaFXApplication(boolean value) |
SeppelSpaceSet |
withLastChangeId(long value) |
SeppelSpaceSet |
without(SeppelSpace value) |
SeppelSpaceSet |
withSpaceId(java.lang.String 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 SeppelSpaceSet EMPTY_SET
public SeppelSpaceSet()
public SeppelSpaceSet(SeppelSpace... objects)
public SeppelSpaceSet(java.util.Collection<SeppelSpace> objects)
public SeppelSpacePO hasSeppelSpacePO()
public SeppelSpaceSet with(java.lang.Object value)
public SeppelSpaceSet without(SeppelSpace value)
public de.uniks.networkparser.list.StringList getSpaceId()
public SeppelSpaceSet hasSpaceId(java.lang.String value)
public SeppelSpaceSet hasSpaceId(java.lang.String lower, java.lang.String upper)
public SeppelSpaceSet withSpaceId(java.lang.String value)
public java.lang.Object getHistory()
public SeppelSpaceSet hasHistory(ChangeEventList value)
public SeppelSpaceSet withHistory(ChangeEventList value)
public longList getLastChangeId()
public SeppelSpaceSet hasLastChangeId(long value)
public SeppelSpaceSet hasLastChangeId(long lower, long upper)
public SeppelSpaceSet withLastChangeId(long value)
public booleanList getJavaFXApplication()
public SeppelSpaceSet hasJavaFXApplication(boolean value)
public SeppelSpaceSet withJavaFXApplication(boolean value)
public SeppelSpacePO filterSeppelSpacePO()
public java.lang.String getEntryType()
public SeppelSpaceSet filterSpaceId(java.lang.String value)
value - Search valuepublic SeppelSpaceSet filterSpaceId(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SeppelSpaceSet filterHistory(ChangeEventList value)
value - Search valuepublic SeppelSpaceSet filterLastChangeId(long value)
value - Search valuepublic SeppelSpaceSet filterLastChangeId(long lower, long upper)
lower - Lower boundupper - Upper boundpublic SeppelSpaceSet filterJavaFXApplication(boolean value)
value - Search value