public class NegativeApplicationConditionSet extends de.uniks.networkparser.list.SimpleSet<NegativeApplicationCondition>
| Modifier and Type | Field and Description |
|---|---|
static NegativeApplicationConditionSet |
EMPTY_SET |
| Constructor and Description |
|---|
NegativeApplicationConditionSet() |
NegativeApplicationConditionSet(java.util.Collection<NegativeApplicationCondition> objects) |
NegativeApplicationConditionSet(NegativeApplicationCondition... objects) |
| Modifier and Type | Method and Description |
|---|---|
NegativeApplicationConditionSet |
createDebugModeCondition(int value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the debugMode attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createDebugModeCondition(int lower,
int upper)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the debugMode attribute is between lower and upper.
|
NegativeApplicationConditionSet |
createDoAllMatchesCondition(boolean value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the doAllMatches attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createHasMatchCondition(boolean value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the hasMatch attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createModifierCondition(java.lang.String value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the modifier attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createModifierCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the modifier attribute is between lower and upper.
|
NegativeApplicationConditionSet |
createNameCondition(java.lang.String value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the name attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the name attribute is between lower and upper.
|
NegativeApplicationConditionPO |
createNegativeApplicationConditionPO() |
NegativeApplicationConditionSet |
createPatternObjectNameCondition(java.lang.String value)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the patternObjectName attribute matches the parameter value.
|
NegativeApplicationConditionSet |
createPatternObjectNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of NegativeApplicationCondition objects and collect those NegativeApplicationCondition objects where the patternObjectName attribute is between lower and upper.
|
NegativeApplicationConditionSet |
filterCurrentSubPattern(java.lang.Object value)
Loop through the current set of NegativeApplicationCondition objects and collect all contained objects with reference currentSubPattern pointing to the object passed as parameter.
|
NegativeApplicationConditionSet |
filterElements(java.lang.Object value)
Loop through the current set of NegativeApplicationCondition objects and collect all contained objects with reference elements pointing to the object passed as parameter.
|
NegativeApplicationConditionSet |
filterPattern(java.lang.Object value)
Loop through the current set of NegativeApplicationCondition objects and collect all contained objects with reference pattern pointing to the object passed as parameter.
|
PatternSet |
getCurrentSubPattern()
Loop through the current set of NegativeApplicationCondition objects and collect a set of the Pattern objects reached via currentSubPattern.
|
PatternSet |
getCurrentSubPatternTransitive()
Follow currentSubPattern reference zero or more times and collect all reachable objects.
|
de.uniks.networkparser.list.NumberList |
getDebugMode()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the debugMode attribute values.
|
de.uniks.networkparser.list.BooleanList |
getDoAllMatches()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the doAllMatches attribute values.
|
PatternElementSet |
getElements()
Loop through the current set of NegativeApplicationCondition objects and collect a set of the PatternElement objects reached via elements.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.BooleanList |
getHasMatch()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the hasMatch attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getModifier()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the modifier attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getName()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the name attribute values.
|
PatternSet |
getPattern()
Loop through the current set of NegativeApplicationCondition objects and collect a set of the Pattern objects reached via pattern.
|
de.uniks.networkparser.list.ObjectSet |
getPatternObjectName()
Loop through the current set of NegativeApplicationCondition objects and collect a list of the patternObjectName attribute values.
|
protected java.lang.Class<?> |
getTypClass() |
NegativeApplicationConditionSet |
with(java.lang.Object value) |
NegativeApplicationConditionSet |
withCurrentSubPattern(Pattern value)
Loop through current set of ModelType objects and attach the NegativeApplicationCondition object passed as parameter to the CurrentSubPattern attribute of each of it.
|
NegativeApplicationConditionSet |
withDebugMode(int value)
Loop through the current set of NegativeApplicationCondition objects and assign value to the debugMode attribute of each of it.
|
NegativeApplicationConditionSet |
withDoAllMatches(boolean value)
Loop through the current set of NegativeApplicationCondition objects and assign value to the doAllMatches attribute of each of it.
|
NegativeApplicationConditionSet |
withElements(PatternElement value)
Loop through current set of ModelType objects and attach the NegativeApplicationCondition object passed as parameter to the Elements attribute of each of it.
|
NegativeApplicationConditionSet |
withHasMatch(boolean value)
Loop through the current set of NegativeApplicationCondition objects and assign value to the hasMatch attribute of each of it.
|
NegativeApplicationConditionSet |
withModifier(java.lang.String value)
Loop through the current set of NegativeApplicationCondition objects and assign value to the modifier attribute of each of it.
|
NegativeApplicationConditionSet |
withName(java.lang.String value)
Loop through the current set of NegativeApplicationCondition objects and assign value to the name attribute of each of it.
|
NegativeApplicationConditionSet |
without(NegativeApplicationCondition value) |
NegativeApplicationConditionSet |
withoutElements(PatternElement value)
Loop through current set of ModelType objects and remove the NegativeApplicationCondition object passed as parameter from the Elements attribute of each of it.
|
NegativeApplicationConditionSet |
withPattern(Pattern value)
Loop through current set of ModelType objects and attach the NegativeApplicationCondition object passed as parameter to the Pattern attribute of each of it.
|
NegativeApplicationConditionSet |
withPatternObjectName(java.lang.String value)
Loop through the current set of NegativeApplicationCondition 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 NegativeApplicationConditionSet EMPTY_SET
public NegativeApplicationConditionSet()
public NegativeApplicationConditionSet(NegativeApplicationCondition... objects)
public NegativeApplicationConditionSet(java.util.Collection<NegativeApplicationCondition> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<NegativeApplicationCondition>public NegativeApplicationConditionPO createNegativeApplicationConditionPO()
public java.lang.String getEntryType()
public NegativeApplicationConditionSet with(java.lang.Object value)
public NegativeApplicationConditionSet without(NegativeApplicationCondition value)
public de.uniks.networkparser.list.NumberList getDebugMode()
public NegativeApplicationConditionSet createDebugModeCondition(int value)
value - Search valuepublic NegativeApplicationConditionSet createDebugModeCondition(int lower, int upper)
lower - Lower boundupper - Upper boundpublic NegativeApplicationConditionSet withDebugMode(int value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getName()
public NegativeApplicationConditionSet createNameCondition(java.lang.String value)
value - Search valuepublic NegativeApplicationConditionSet createNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic NegativeApplicationConditionSet withName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getModifier()
public NegativeApplicationConditionSet createModifierCondition(java.lang.String value)
value - Search valuepublic NegativeApplicationConditionSet createModifierCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic NegativeApplicationConditionSet withModifier(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getHasMatch()
public NegativeApplicationConditionSet createHasMatchCondition(boolean value)
value - Search valuepublic NegativeApplicationConditionSet withHasMatch(boolean value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getPatternObjectName()
public NegativeApplicationConditionSet createPatternObjectNameCondition(java.lang.String value)
value - Search valuepublic NegativeApplicationConditionSet createPatternObjectNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic NegativeApplicationConditionSet withPatternObjectName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getDoAllMatches()
public NegativeApplicationConditionSet createDoAllMatchesCondition(boolean value)
value - Search valuepublic NegativeApplicationConditionSet withDoAllMatches(boolean value)
value - New attribute valuepublic PatternSet getPattern()
public NegativeApplicationConditionSet filterPattern(java.lang.Object value)
value - The object required as pattern neighbor of the collected results.public NegativeApplicationConditionSet withPattern(Pattern value)
public PatternElementSet getElements()
public NegativeApplicationConditionSet filterElements(java.lang.Object value)
value - The object required as elements neighbor of the collected results.public NegativeApplicationConditionSet withElements(PatternElement value)
public NegativeApplicationConditionSet withoutElements(PatternElement value)
public PatternSet getCurrentSubPattern()
public NegativeApplicationConditionSet filterCurrentSubPattern(java.lang.Object value)
value - The object required as currentSubPattern neighbor of the collected results.public PatternSet getCurrentSubPatternTransitive()
public NegativeApplicationConditionSet withCurrentSubPattern(Pattern value)