public class ClassModelSet extends SDMSet<ClassModel>
| Modifier and Type | Field and Description |
|---|---|
static ClassModelSet |
EMPTY_SET |
| Constructor and Description |
|---|
ClassModelSet() |
| Modifier and Type | Method and Description |
|---|---|
ClassModelSet |
filter(de.uniks.networkparser.interfaces.Condition<ClassModel> newValue) |
ClassModelSet |
filterName(java.lang.String value)
Loop through the current set of ClassModel objects and collect those ClassModel objects where the name attribute matches the parameter value.
|
ClassModelSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ClassModel objects and collect those ClassModel objects where the name attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getName()
Loop through the current set of ClassModel objects and collect a list of the name attribute values.
|
ClassModelSet |
with(java.lang.Object value) |
ClassModelSet |
withName(java.lang.String value)
Loop through the current set of ClassModel objects and assign value to the name attribute of each of it.
|
ClassModelSet |
without(ClassModel value) |
getNewList, 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, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final ClassModelSet EMPTY_SET
public java.lang.String getEntryType()
public ClassModelSet with(java.lang.Object value)
public ClassModelSet without(ClassModel value)
public ClassModelSet filter(de.uniks.networkparser.interfaces.Condition<ClassModel> newValue)
filter in class de.uniks.networkparser.list.SimpleSet<ClassModel>public de.uniks.networkparser.list.StringList getName()
public ClassModelSet filterName(java.lang.String value)
value - Search valuepublic ClassModelSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ClassModelSet withName(java.lang.String value)
value - New attribute value