public class GenericAttributeSet extends de.uniks.networkparser.list.SimpleSet<GenericAttribute>
| Modifier and Type | Field and Description |
|---|---|
static GenericAttributeSet |
EMPTY_SET |
| Constructor and Description |
|---|
GenericAttributeSet() |
GenericAttributeSet(java.util.Collection<GenericAttribute> objects) |
GenericAttributeSet(GenericAttribute... objects) |
| Modifier and Type | Method and Description |
|---|---|
GenericAttributePO |
createGenericAttributePO() |
GenericAttributeSet |
createNameCondition(java.lang.String value)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the name attribute matches the parameter value.
|
GenericAttributeSet |
createNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the name attribute is between lower and upper.
|
GenericAttributeSet |
createValueCondition(java.lang.String value)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the value attribute matches the parameter value.
|
GenericAttributeSet |
createValueCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the value attribute is between lower and upper.
|
GenericAttributePO |
filterGenericAttributePO() |
GenericAttributeSet |
filterName(java.lang.String value)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the name attribute matches the parameter value.
|
GenericAttributeSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the name attribute is between lower and upper.
|
GenericAttributeSet |
filterValue(java.lang.String value)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the value attribute matches the parameter value.
|
GenericAttributeSet |
filterValue(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericAttribute objects and collect those GenericAttribute objects where the value attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getName() |
GenericObjectSet |
getOwner() |
de.uniks.networkparser.list.StringList |
getValue() |
GenericAttributePO |
hasGenericAttributePO() |
GenericAttributeSet |
hasName(java.lang.String value) |
GenericAttributeSet |
hasName(java.lang.String lower,
java.lang.String upper) |
GenericAttributeSet |
hasValue(java.lang.String value) |
GenericAttributeSet |
hasValue(java.lang.String lower,
java.lang.String upper) |
GenericAttributePO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
GenericAttributeSet |
with(java.lang.Object value) |
GenericAttributeSet |
withName(java.lang.String value) |
GenericAttributeSet |
without(GenericAttribute value) |
GenericAttributeSet |
withOwner(GenericObject value) |
GenericAttributeSet |
withValue(java.lang.String value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, 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, withVisiblefinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final GenericAttributeSet EMPTY_SET
public GenericAttributeSet()
public GenericAttributeSet(GenericAttribute... objects)
public GenericAttributeSet(java.util.Collection<GenericAttribute> objects)
public de.uniks.networkparser.list.StringList getName()
public GenericAttributeSet withName(java.lang.String value)
public de.uniks.networkparser.list.StringList getValue()
public GenericAttributeSet withValue(java.lang.String value)
public GenericObjectSet getOwner()
public GenericAttributeSet withOwner(GenericObject value)
public java.lang.String toString()
de.uniks.networkparser.interfaces.BaseItemtoString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class de.uniks.networkparser.list.SimpleSet<GenericAttribute>public java.lang.String getEntryType()
public GenericAttributePO startModelPattern()
public GenericAttributeSet with(java.lang.Object value)
public GenericAttributeSet without(GenericAttribute value)
public GenericAttributePO hasGenericAttributePO()
public GenericAttributeSet hasName(java.lang.String value)
public GenericAttributeSet hasName(java.lang.String lower, java.lang.String upper)
public GenericAttributeSet hasValue(java.lang.String value)
public GenericAttributeSet hasValue(java.lang.String lower, java.lang.String upper)
public GenericAttributePO filterGenericAttributePO()
public GenericAttributeSet filterName(java.lang.String value)
value - Search valuepublic GenericAttributeSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericAttributeSet filterValue(java.lang.String value)
value - Search valuepublic GenericAttributeSet filterValue(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericAttributePO createGenericAttributePO()
public GenericAttributeSet createNameCondition(java.lang.String value)
value - Search valuepublic GenericAttributeSet createNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericAttributeSet createValueCondition(java.lang.String value)
value - Search valuepublic GenericAttributeSet createValueCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound