public class StoryboardSet extends SDMSet<Storyboard> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static StoryboardSet |
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 |
|---|
StoryboardSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
StringList |
getRootDir() |
intList |
getStepCounter() |
intList |
getStepDoneCounter() |
StoryboardStepSet |
getStoryboardSteps() |
StoryboardWallSet |
getWall() |
StoryboardPO |
hasStoryboardPO() |
StoryboardSet |
hasWall(java.lang.Object value) |
StoryboardPO |
startModelPattern() |
java.lang.String |
toString() |
StoryboardSet |
with(java.lang.Object value) |
StoryboardSet |
with(Storyboard value) |
StoryboardSet |
without(Storyboard value) |
StoryboardSet |
withoutStoryboardSteps(StoryboardStep value) |
StoryboardSet |
withRootDir(java.lang.String value) |
StoryboardSet |
withStepCounter(int value) |
StoryboardSet |
withStepDoneCounter(int value) |
StoryboardSet |
withStoryboardSteps(StoryboardStep value) |
StoryboardSet |
withWall(StoryboardWall 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, first, 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 StoryboardSet EMPTY_SET
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<Storyboard>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic StoryboardSet with(Storyboard value)
public StoryboardSet without(Storyboard value)
public StoryboardStepSet getStoryboardSteps()
public StoryboardSet withStoryboardSteps(StoryboardStep value)
public StoryboardSet withoutStoryboardSteps(StoryboardStep value)
public 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 StoryboardWallSet getWall()
public StoryboardSet hasWall(java.lang.Object value)
public StoryboardSet withWall(StoryboardWall value)