| Modifier and Type | Field and Description |
|---|---|
static LoggerSet |
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 |
|---|
LoggerSet() |
| Modifier and Type | Method and Description |
|---|---|
LogEntrySet |
getEntries() |
java.lang.String |
getEntryType() |
SDMLibJsonIdMapSet |
getIdMap() |
TaskFlowSet |
getParent() |
TaskFlowSet |
getParentTransitive() |
PeerProxySet |
getStartPeer() |
TaskFlowSet |
getSubFlow() |
TaskFlowSet |
getSubFlowTransitive() |
intList |
getTaskNo() |
LoggerSet |
hasEntries(java.lang.Object value) |
LoggerSet |
hasIdMap(SDMLibJsonIdMap value) |
LoggerPO |
hasLoggerPO() |
LoggerSet |
hasParent(java.lang.Object value) |
LoggerSet |
hasStartPeer(PeerProxy value) |
LoggerSet |
hasSubFlow(java.lang.Object value) |
LoggerSet |
hasTaskNo(int value) |
LoggerSet |
hasTaskNo(int lower,
int upper) |
LoggerSet |
with(java.lang.Object value) |
LoggerSet |
withEntries(LogEntry value) |
LoggerSet |
withIdMap(SDMLibJsonIdMap value) |
LoggerSet |
without(Logger value) |
LoggerSet |
withoutEntries(LogEntry value) |
LoggerSet |
withParent(TaskFlow value) |
LoggerSet |
withStartPeer(PeerProxy value) |
LoggerSet |
withSubFlow(TaskFlow value) |
LoggerSet |
withTaskNo(int value) |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, 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 LoggerSet EMPTY_SET
public LoggerPO hasLoggerPO()
public java.lang.String getEntryType()
public LoggerSet with(java.lang.Object value)
public PeerProxySet getStartPeer()
public intList getTaskNo()
public LoggerSet hasTaskNo(int value)
public LoggerSet hasTaskNo(int lower, int upper)
public LoggerSet withTaskNo(int value)
public SDMLibJsonIdMapSet getIdMap()
public LoggerSet hasIdMap(SDMLibJsonIdMap value)
public LoggerSet withIdMap(SDMLibJsonIdMap value)
public TaskFlowSet getSubFlow()
public LoggerSet hasSubFlow(java.lang.Object value)
public TaskFlowSet getSubFlowTransitive()
public TaskFlowSet getParent()
public LoggerSet hasParent(java.lang.Object value)
public TaskFlowSet getParentTransitive()
public LogEntrySet getEntries()
public LoggerSet hasEntries(java.lang.Object value)