public class PlaceHolderDescriptionSet extends de.uniks.networkparser.list.SimpleSet<PlaceHolderDescription>
| Modifier and Type | Field and Description |
|---|---|
static PlaceHolderDescriptionSet |
EMPTY_SET |
| Constructor and Description |
|---|
PlaceHolderDescriptionSet() |
PlaceHolderDescriptionSet(java.util.Collection<PlaceHolderDescription> objects) |
PlaceHolderDescriptionSet(PlaceHolderDescription... objects) |
| Modifier and Type | Method and Description |
|---|---|
PlaceHolderDescriptionSet |
filterAttrName(java.lang.String value)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the attrName attribute matches the parameter value.
|
PlaceHolderDescriptionSet |
filterAttrName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the attrName attribute is between lower and upper.
|
PlaceHolderDescriptionSet |
filterIsKeyAttribute(boolean value)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the isKeyAttribute attribute matches the parameter value.
|
PlaceHolderDescriptionPO |
filterPlaceHolderDescriptionPO() |
PlaceHolderDescriptionSet |
filterPrefix(java.lang.String value)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the prefix attribute matches the parameter value.
|
PlaceHolderDescriptionSet |
filterPrefix(java.lang.String lower,
java.lang.String upper)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the prefix attribute is between lower and upper.
|
PlaceHolderDescriptionSet |
filterTextFragment(java.lang.String value)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the textFragment attribute matches the parameter value.
|
PlaceHolderDescriptionSet |
filterTextFragment(java.lang.String lower,
java.lang.String upper)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the textFragment attribute is between lower and upper.
|
PlaceHolderDescriptionSet |
filterValue(java.lang.String value)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the value attribute matches the parameter value.
|
PlaceHolderDescriptionSet |
filterValue(java.lang.String lower,
java.lang.String upper)
Loop through the current set of PlaceHolderDescription objects and collect those PlaceHolderDescription objects where the value attribute is between lower and upper.
|
de.uniks.networkparser.list.StringList |
getAttrName() |
java.lang.String |
getEntryType() |
booleanList |
getIsKeyAttribute() |
MatchSet |
getMatches() |
TemplateSet |
getOwners() |
de.uniks.networkparser.list.StringList |
getPrefix() |
TemplateSet |
getSubTemplate() |
de.uniks.networkparser.list.StringList |
getTextFragment() |
de.uniks.networkparser.list.StringList |
getValue() |
PlaceHolderDescriptionSet |
hasAttrName(java.lang.String value) |
PlaceHolderDescriptionSet |
hasAttrName(java.lang.String lower,
java.lang.String upper) |
PlaceHolderDescriptionSet |
hasIsKeyAttribute(boolean value) |
PlaceHolderDescriptionSet |
hasMatches(java.lang.Object value) |
PlaceHolderDescriptionSet |
hasOwners(java.lang.Object value) |
PlaceHolderDescriptionPO |
hasPlaceHolderDescriptionPO() |
PlaceHolderDescriptionSet |
hasPrefix(java.lang.String value) |
PlaceHolderDescriptionSet |
hasPrefix(java.lang.String lower,
java.lang.String upper) |
PlaceHolderDescriptionSet |
hasSubTemplate(java.lang.Object value) |
PlaceHolderDescriptionSet |
hasTextFragment(java.lang.String value) |
PlaceHolderDescriptionSet |
hasTextFragment(java.lang.String lower,
java.lang.String upper) |
PlaceHolderDescriptionSet |
hasValue(java.lang.String value) |
PlaceHolderDescriptionSet |
hasValue(java.lang.String lower,
java.lang.String upper) |
PlaceHolderDescriptionSet |
with(java.lang.Object value) |
PlaceHolderDescriptionSet |
withAttrName(java.lang.String value) |
PlaceHolderDescriptionSet |
withIsKeyAttribute(boolean value) |
PlaceHolderDescriptionSet |
withMatches(Match value) |
PlaceHolderDescriptionSet |
without(PlaceHolderDescription value) |
PlaceHolderDescriptionSet |
withoutMatches(Match value) |
PlaceHolderDescriptionSet |
withoutOwners(Template value) |
PlaceHolderDescriptionSet |
withOwners(Template value) |
PlaceHolderDescriptionSet |
withPrefix(java.lang.String value) |
PlaceHolderDescriptionSet |
withSubTemplate(Template value) |
PlaceHolderDescriptionSet |
withTextFragment(java.lang.String value) |
PlaceHolderDescriptionSet |
withValue(java.lang.String value) |
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, 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, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final PlaceHolderDescriptionSet EMPTY_SET
public PlaceHolderDescriptionSet()
public PlaceHolderDescriptionSet(PlaceHolderDescription... objects)
public PlaceHolderDescriptionSet(java.util.Collection<PlaceHolderDescription> objects)
public PlaceHolderDescriptionPO hasPlaceHolderDescriptionPO()
public PlaceHolderDescriptionSet with(java.lang.Object value)
public PlaceHolderDescriptionSet without(PlaceHolderDescription value)
public de.uniks.networkparser.list.StringList getTextFragment()
public PlaceHolderDescriptionSet hasTextFragment(java.lang.String value)
public PlaceHolderDescriptionSet hasTextFragment(java.lang.String lower, java.lang.String upper)
public PlaceHolderDescriptionSet withTextFragment(java.lang.String value)
public de.uniks.networkparser.list.StringList getValue()
public PlaceHolderDescriptionSet hasValue(java.lang.String value)
public PlaceHolderDescriptionSet hasValue(java.lang.String lower, java.lang.String upper)
public PlaceHolderDescriptionSet withValue(java.lang.String value)
public de.uniks.networkparser.list.StringList getAttrName()
public PlaceHolderDescriptionSet hasAttrName(java.lang.String value)
public PlaceHolderDescriptionSet hasAttrName(java.lang.String lower, java.lang.String upper)
public PlaceHolderDescriptionSet withAttrName(java.lang.String value)
public booleanList getIsKeyAttribute()
public PlaceHolderDescriptionSet hasIsKeyAttribute(boolean value)
public PlaceHolderDescriptionSet withIsKeyAttribute(boolean value)
public de.uniks.networkparser.list.StringList getPrefix()
public PlaceHolderDescriptionSet hasPrefix(java.lang.String value)
public PlaceHolderDescriptionSet hasPrefix(java.lang.String lower, java.lang.String upper)
public PlaceHolderDescriptionSet withPrefix(java.lang.String value)
public TemplateSet getOwners()
public PlaceHolderDescriptionSet hasOwners(java.lang.Object value)
public PlaceHolderDescriptionSet withOwners(Template value)
public PlaceHolderDescriptionSet withoutOwners(Template value)
public MatchSet getMatches()
public PlaceHolderDescriptionSet hasMatches(java.lang.Object value)
public PlaceHolderDescriptionSet withMatches(Match value)
public PlaceHolderDescriptionSet withoutMatches(Match value)
public TemplateSet getSubTemplate()
public PlaceHolderDescriptionSet hasSubTemplate(java.lang.Object value)
public PlaceHolderDescriptionSet withSubTemplate(Template value)
public PlaceHolderDescriptionPO filterPlaceHolderDescriptionPO()
public java.lang.String getEntryType()
public PlaceHolderDescriptionSet filterTextFragment(java.lang.String value)
value - Search valuepublic PlaceHolderDescriptionSet filterTextFragment(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic PlaceHolderDescriptionSet filterValue(java.lang.String value)
value - Search valuepublic PlaceHolderDescriptionSet filterValue(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic PlaceHolderDescriptionSet filterAttrName(java.lang.String value)
value - Search valuepublic PlaceHolderDescriptionSet filterAttrName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic PlaceHolderDescriptionSet filterIsKeyAttribute(boolean value)
value - Search valuepublic PlaceHolderDescriptionSet filterPrefix(java.lang.String value)
value - Search valuepublic PlaceHolderDescriptionSet filterPrefix(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound