public class PatternElementSet extends SDMSet<PatternElement<?>>
| Modifier and Type | Field and Description |
|---|---|
static PatternElementSet |
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 |
|---|
PatternElementSet() |
| Modifier and Type | Method and Description |
|---|---|
PatternElement |
first() |
PatternSet |
getContentOfTypePattern() |
booleanList |
getDoAllMatches() |
java.lang.String |
getEntryType() |
booleanList |
getHasMatch() |
StringList |
getModifier() |
PatternSet |
getPattern() |
StringList |
getPatternObjectName() |
PatternElementPO |
hasPatternElementPO() |
PatternElementPO |
startModelPattern() |
java.lang.String |
toString() |
PatternElementSet |
with(java.lang.Object value) |
PatternElementSet |
withDoAllMatches(boolean value) |
PatternElementSet |
withHasMatch(boolean value) |
PatternElementSet |
withModifier(java.lang.String value) |
PatternElementSet |
without(PatternElement value) |
PatternElementSet |
withPattern(Pattern value) |
PatternElementSet |
withPatternObjectName(java.lang.String 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, 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 PatternElementSet EMPTY_SET
public PatternSet getPattern()
public PatternElementSet withPattern(Pattern value)
public StringList getModifier()
public PatternElementSet withModifier(java.lang.String value)
public booleanList getHasMatch()
public PatternElementSet withHasMatch(boolean value)
public booleanList getDoAllMatches()
public PatternElementSet withDoAllMatches(boolean value)
public StringList getPatternObjectName()
public PatternElementSet withPatternObjectName(java.lang.String value)
public PatternSet getContentOfTypePattern()
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<PatternElement<?>>public java.lang.String getEntryType()
public PatternElement first()
first in class de.uniks.networkparser.list.AbstractArray<PatternElement<?>>public PatternElementPO startModelPattern()
public PatternElementSet with(java.lang.Object value)
public PatternElementSet without(PatternElement value)
public PatternElementPO hasPatternElementPO()