public class ClassModelSet extends SDMSet<ClassModel> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static ClassModelSet |
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 |
|---|
ClassModelSet() |
| Modifier and Type | Method and Description |
|---|---|
ClazzSet |
getClasses() |
java.lang.String |
getEntryType() |
EnumerationSet |
getEnumerations() |
StringList |
getName() |
ClassModelPO |
hasClassModelPO() |
ClassModelSet |
hasEnumerations(java.lang.Object value) |
ClassModelPO |
startModelPattern() |
java.lang.String |
toString() |
ClassModelSet |
with(java.lang.Object value) |
ClassModelSet |
withClasses(Clazz value) |
ClassModelSet |
withEnumerations(Enumeration value) |
ClassModelSet |
withName(java.lang.String value) |
ClassModelSet |
without(ClassModel value) |
ClassModelSet |
withoutClasses(Clazz value) |
ClassModelSet |
withoutEnumerations(Enumeration 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 ClassModelSet EMPTY_SET
public ClazzSet getClasses()
public ClassModelSet withClasses(Clazz value)
public ClassModelSet withoutClasses(Clazz value)
public StringList getName()
public ClassModelSet withName(java.lang.String value)
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<ClassModel>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic ClassModelPO startModelPattern()
public ClassModelSet with(java.lang.Object value)
public ClassModelSet without(ClassModel value)
public ClassModelPO hasClassModelPO()
public EnumerationSet getEnumerations()
public ClassModelSet hasEnumerations(java.lang.Object value)
public ClassModelSet withEnumerations(Enumeration value)
public ClassModelSet withoutEnumerations(Enumeration value)