public class DestroyObjectElemSet extends de.uniks.networkparser.list.SimpleSet<DestroyObjectElem>
| Modifier and Type | Field and Description |
|---|---|
static DestroyObjectElemSet |
EMPTY_SET |
| Constructor and Description |
|---|
DestroyObjectElemSet() |
DestroyObjectElemSet(java.util.Collection<DestroyObjectElem> objects) |
DestroyObjectElemSet(DestroyObjectElem... objects) |
| Modifier and Type | Method and Description |
|---|---|
DestroyObjectElemPO |
createDestroyObjectElemPO() |
DestroyObjectElemSet |
createDoAllMatchesCondition(boolean value)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the doAllMatches attribute matches the parameter value.
|
DestroyObjectElemSet |
createHasMatchCondition(boolean value)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the hasMatch attribute matches the parameter value.
|
DestroyObjectElemSet |
createModifierCondition(java.lang.String value)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the modifier attribute matches the parameter value.
|
DestroyObjectElemSet |
createModifierCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the modifier attribute is between lower and upper.
|
DestroyObjectElemSet |
createPatternObjectNameCondition(java.lang.String value)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the patternObjectName attribute matches the parameter value.
|
DestroyObjectElemSet |
createPatternObjectNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of DestroyObjectElem objects and collect those DestroyObjectElem objects where the patternObjectName attribute is between lower and upper.
|
DestroyObjectElemSet |
filterPattern(java.lang.Object value)
Loop through the current set of DestroyObjectElem objects and collect all contained objects with reference pattern pointing to the object passed as parameter.
|
DestroyObjectElemSet |
filterPatternObject(java.lang.Object value)
Loop through the current set of DestroyObjectElem objects and collect all contained objects with reference patternObject pointing to the object passed as parameter.
|
de.uniks.networkparser.list.BooleanList |
getDoAllMatches()
Loop through the current set of DestroyObjectElem objects and collect a list of the doAllMatches attribute values.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.BooleanList |
getHasMatch()
Loop through the current set of DestroyObjectElem objects and collect a list of the hasMatch attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getModifier()
Loop through the current set of DestroyObjectElem objects and collect a list of the modifier attribute values.
|
PatternSet |
getPattern()
Loop through the current set of DestroyObjectElem objects and collect a set of the Pattern objects reached via pattern.
|
PatternObjectSet |
getPatternObject()
Loop through the current set of DestroyObjectElem objects and collect a set of the PatternObject objects reached via patternObject.
|
de.uniks.networkparser.list.ObjectSet |
getPatternObjectName()
Loop through the current set of DestroyObjectElem objects and collect a list of the patternObjectName attribute values.
|
protected java.lang.Class<?> |
getTypClass() |
DestroyObjectElemSet |
with(java.lang.Object value) |
DestroyObjectElemSet |
withDoAllMatches(boolean value)
Loop through the current set of DestroyObjectElem objects and assign value to the doAllMatches attribute of each of it.
|
DestroyObjectElemSet |
withHasMatch(boolean value)
Loop through the current set of DestroyObjectElem objects and assign value to the hasMatch attribute of each of it.
|
DestroyObjectElemSet |
withModifier(java.lang.String value)
Loop through the current set of DestroyObjectElem objects and assign value to the modifier attribute of each of it.
|
DestroyObjectElemSet |
without(DestroyObjectElem value) |
DestroyObjectElemSet |
withPattern(Pattern value)
Loop through current set of ModelType objects and attach the DestroyObjectElem object passed as parameter to the Pattern attribute of each of it.
|
DestroyObjectElemSet |
withPatternObject(PatternObject value)
Loop through current set of ModelType objects and attach the DestroyObjectElem object passed as parameter to the PatternObject attribute of each of it.
|
DestroyObjectElemSet |
withPatternObjectName(java.lang.String value)
Loop through the current set of DestroyObjectElem objects and assign value to the patternObjectName 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, 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 DestroyObjectElemSet EMPTY_SET
public DestroyObjectElemSet()
public DestroyObjectElemSet(DestroyObjectElem... objects)
public DestroyObjectElemSet(java.util.Collection<DestroyObjectElem> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<DestroyObjectElem>public DestroyObjectElemPO createDestroyObjectElemPO()
public java.lang.String getEntryType()
public DestroyObjectElemSet with(java.lang.Object value)
public DestroyObjectElemSet without(DestroyObjectElem value)
public de.uniks.networkparser.list.ObjectSet getModifier()
public DestroyObjectElemSet createModifierCondition(java.lang.String value)
value - Search valuepublic DestroyObjectElemSet createModifierCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic DestroyObjectElemSet withModifier(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getHasMatch()
public DestroyObjectElemSet createHasMatchCondition(boolean value)
value - Search valuepublic DestroyObjectElemSet withHasMatch(boolean value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getPatternObjectName()
public DestroyObjectElemSet createPatternObjectNameCondition(java.lang.String value)
value - Search valuepublic DestroyObjectElemSet createPatternObjectNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic DestroyObjectElemSet withPatternObjectName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getDoAllMatches()
public DestroyObjectElemSet createDoAllMatchesCondition(boolean value)
value - Search valuepublic DestroyObjectElemSet withDoAllMatches(boolean value)
value - New attribute valuepublic PatternSet getPattern()
public DestroyObjectElemSet filterPattern(java.lang.Object value)
value - The object required as pattern neighbor of the collected results.public DestroyObjectElemSet withPattern(Pattern value)
public PatternObjectSet getPatternObject()
public DestroyObjectElemSet filterPatternObject(java.lang.Object value)
value - The object required as patternObject neighbor of the collected results.public DestroyObjectElemSet withPatternObject(PatternObject value)