public class MatchOtherThenSet extends SDMSet<MatchOtherThen> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static MatchOtherThenSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
MatchOtherThenSet() |
| Modifier and Type | Method and Description |
|---|---|
booleanList |
getDoAllMatches() |
java.lang.String |
getEntryType() |
PatternObjectSet |
getForbidden() |
booleanList |
getHasMatch() |
ObjectSet |
getHostGraphSrcObject() |
StringList |
getModifier() |
PatternSet |
getPattern() |
StringList |
getPatternObjectName() |
PatternObjectSet |
getSrc() |
MatchOtherThenPO |
hasMatchOtherThenPO() |
MatchOtherThenPO |
startModelPattern() |
java.lang.String |
toString() |
MatchOtherThenSet |
with(java.lang.Object value) |
MatchOtherThenSet |
withDoAllMatches(boolean value) |
MatchOtherThenSet |
withForbidden(PatternObject value) |
MatchOtherThenSet |
withHasMatch(boolean value) |
MatchOtherThenSet |
withHostGraphSrcObject(java.lang.Object value) |
MatchOtherThenSet |
withModifier(java.lang.String value) |
MatchOtherThenSet |
without(MatchOtherThen value) |
MatchOtherThenSet |
withPattern(Pattern value) |
MatchOtherThenSet |
withPatternObjectName(java.lang.String value) |
MatchOtherThenSet |
withSrc(PatternObject value) |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final MatchOtherThenSet EMPTY_SET
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<MatchOtherThen>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic ObjectSet getHostGraphSrcObject()
public MatchOtherThenSet withHostGraphSrcObject(java.lang.Object value)
public StringList getModifier()
public MatchOtherThenSet withModifier(java.lang.String value)
public booleanList getHasMatch()
public MatchOtherThenSet withHasMatch(boolean value)
public StringList getPatternObjectName()
public MatchOtherThenSet withPatternObjectName(java.lang.String value)
public booleanList getDoAllMatches()
public MatchOtherThenSet withDoAllMatches(boolean value)
public PatternSet getPattern()
public MatchOtherThenSet withPattern(Pattern value)
public PatternObjectSet getSrc()
public MatchOtherThenSet withSrc(PatternObject value)
public PatternObjectSet getForbidden()
public MatchOtherThenSet withForbidden(PatternObject value)
public MatchOtherThenPO startModelPattern()
public MatchOtherThenSet with(java.lang.Object value)
public MatchOtherThenSet without(MatchOtherThen value)
public MatchOtherThenPO hasMatchOtherThenPO()