public class StoryboardStepSet extends de.uniks.networkparser.list.SimpleSet<StoryboardStep> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static StoryboardStepSet |
EMPTY_SET |
| Constructor and Description |
|---|
StoryboardStepSet() |
| Modifier and Type | Method and Description |
|---|---|
StoryboardStepPO |
filterStoryboardStepPO() |
StoryboardStepSet |
filterText(java.lang.String value)
Loop through the current set of StoryboardStep objects and collect those StoryboardStep objects where the text attribute matches the parameter value.
|
StoryboardStepSet |
filterText(java.lang.String lower,
java.lang.String upper)
Loop through the current set of StoryboardStep objects and collect those StoryboardStep objects where the text attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
StoryboardStep |
getFirst() |
StoryboardStep |
getLast() |
StoryboardSet |
getStoryboard() |
de.uniks.networkparser.list.StringList |
getText() |
StoryboardStepPO |
hasStoryboardStepPO() |
StoryboardStepSet |
hasText(java.lang.String value) |
StoryboardStepSet |
hasText(java.lang.String lower,
java.lang.String upper) |
StoryboardStepPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
StoryboardStepSet |
with(java.lang.Object value) |
StoryboardStepSet |
with(StoryboardStep value) |
StoryboardStepSet |
without(StoryboardStep value) |
StoryboardStepSet |
withStoryboard(StoryboardImpl value) |
StoryboardStepSet |
withText(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, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final StoryboardStepSet EMPTY_SET
public java.lang.String toString()
de.uniks.networkparser.interfaces.BaseItemtoString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class de.uniks.networkparser.list.SimpleSet<StoryboardStep>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic StoryboardStepSet with(StoryboardStep value)
public StoryboardStepSet without(StoryboardStep value)
public de.uniks.networkparser.list.StringList getText()
public StoryboardStepSet withText(java.lang.String value)
public StoryboardSet getStoryboard()
public StoryboardStepSet withStoryboard(StoryboardImpl value)
public StoryboardStep getFirst()
public StoryboardStep getLast()
public StoryboardStepPO startModelPattern()
public StoryboardStepSet with(java.lang.Object value)
public StoryboardStepPO hasStoryboardStepPO()
public StoryboardStepSet hasText(java.lang.String value)
public StoryboardStepSet hasText(java.lang.String lower, java.lang.String upper)
public StoryboardStepPO filterStoryboardStepPO()
public StoryboardStepSet filterText(java.lang.String value)
value - Search valuepublic StoryboardStepSet filterText(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound