public class StoryboardSet extends de.uniks.networkparser.list.SimpleSet<StoryboardImpl> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static StoryboardSet |
EMPTY_SET |
| Constructor and Description |
|---|
StoryboardSet() |
| Modifier and Type | Method and Description |
|---|---|
StoryboardSet |
filterRootDir(java.lang.String value)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the rootDir attribute matches the parameter value.
|
StoryboardSet |
filterRootDir(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the rootDir attribute is between lower and upper.
|
StoryboardSet |
filterStepCounter(int value)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the stepCounter attribute matches the parameter value.
|
StoryboardSet |
filterStepCounter(int lower,
int upper)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the stepCounter attribute is between lower and upper.
|
StoryboardSet |
filterStepDoneCounter(int value)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the stepDoneCounter attribute matches the parameter value.
|
StoryboardSet |
filterStepDoneCounter(int lower,
int upper)
Loop through the current set of Storyboard objects and collect those Storyboard objects where the stepDoneCounter attribute is between lower and upper.
|
StoryboardPO |
filterStoryboardPO() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getRootDir() |
intList |
getStepCounter() |
intList |
getStepDoneCounter() |
StoryboardStepSet |
getStoryboardSteps() |
StoryboardSet |
hasRootDir(java.lang.String value) |
StoryboardSet |
hasRootDir(java.lang.String lower,
java.lang.String upper) |
StoryboardSet |
hasStepCounter(int value) |
StoryboardSet |
hasStepCounter(int lower,
int upper) |
StoryboardSet |
hasStepDoneCounter(int value) |
StoryboardSet |
hasStepDoneCounter(int lower,
int upper) |
StoryboardPO |
hasStoryboardPO() |
StoryboardPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
StoryboardSet |
with(java.lang.Object value) |
StoryboardSet |
with(StoryboardImpl value) |
StoryboardSet |
without(StoryboardImpl value) |
StoryboardSet |
withoutStoryboardSteps(StoryboardStep value) |
StoryboardSet |
withRootDir(java.lang.String value) |
StoryboardSet |
withStepCounter(int value) |
StoryboardSet |
withStepDoneCounter(int value) |
StoryboardSet |
withStoryboardSteps(StoryboardStep 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, hashCode, notify, notifyAll, wait, wait, waitpublic static final StoryboardSet 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<StoryboardImpl>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic StoryboardSet with(StoryboardImpl value)
public StoryboardSet without(StoryboardImpl value)
public StoryboardStepSet getStoryboardSteps()
public StoryboardSet withStoryboardSteps(StoryboardStep value)
public StoryboardSet withoutStoryboardSteps(StoryboardStep value)
public de.uniks.networkparser.list.StringList getRootDir()
public StoryboardSet withRootDir(java.lang.String value)
public intList getStepCounter()
public StoryboardSet withStepCounter(int value)
public intList getStepDoneCounter()
public StoryboardSet withStepDoneCounter(int value)
public StoryboardPO startModelPattern()
public StoryboardSet with(java.lang.Object value)
public StoryboardPO hasStoryboardPO()
public StoryboardSet hasRootDir(java.lang.String value)
public StoryboardSet hasRootDir(java.lang.String lower, java.lang.String upper)
public StoryboardSet hasStepCounter(int value)
public StoryboardSet hasStepCounter(int lower, int upper)
public StoryboardSet hasStepDoneCounter(int value)
public StoryboardSet hasStepDoneCounter(int lower, int upper)
public StoryboardPO filterStoryboardPO()
public StoryboardSet filterRootDir(java.lang.String value)
value - Search valuepublic StoryboardSet filterRootDir(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic StoryboardSet filterStepCounter(int value)
value - Search valuepublic StoryboardSet filterStepCounter(int lower, int upper)
lower - Lower boundupper - Upper boundpublic StoryboardSet filterStepDoneCounter(int value)
value - Search valuepublic StoryboardSet filterStepDoneCounter(int lower, int upper)
lower - Lower boundupper - Upper bound