public class EnumerationSet extends SDMSet<Enumeration>
| Modifier and Type | Field and Description |
|---|---|
static EnumerationSet |
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 |
|---|
EnumerationSet() |
| Modifier and Type | Method and Description |
|---|---|
ClassModelSet |
getClassModel() |
java.lang.String |
getEntryType() |
MethodSet |
getMethods() |
StringList |
getName() |
ArrayListSet |
getValueNames() |
EnumerationSet |
hasClassModel(java.lang.Object value) |
EnumerationPO |
hasEnumerationPO() |
EnumerationSet |
hasMethods(java.lang.Object value) |
EnumerationSet |
hasName(java.lang.String value) |
EnumerationSet |
hasName(java.lang.String lower,
java.lang.String upper) |
EnumerationSet |
hasValueNames(ArrayListSet value) |
EnumerationSet |
with(java.lang.Object value) |
EnumerationSet |
withClassModel(ClassModel value) |
EnumerationSet |
withMethods(Method value) |
EnumerationSet |
withName(java.lang.String value) |
EnumerationSet |
without(Enumeration value) |
EnumerationSet |
withoutMethods(Method value) |
EnumerationSet |
withValueNames(ArrayListSet 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 EnumerationSet EMPTY_SET
public EnumerationPO hasEnumerationPO()
public java.lang.String getEntryType()
public EnumerationSet with(java.lang.Object value)
public EnumerationSet without(Enumeration value)
public ArrayListSet getValueNames()
public EnumerationSet hasValueNames(ArrayListSet value)
public EnumerationSet withValueNames(ArrayListSet value)
public StringList getName()
public EnumerationSet hasName(java.lang.String value)
public EnumerationSet hasName(java.lang.String lower, java.lang.String upper)
public EnumerationSet withName(java.lang.String value)
public ClassModelSet getClassModel()
public EnumerationSet hasClassModel(java.lang.Object value)
public EnumerationSet withClassModel(ClassModel value)
public MethodSet getMethods()
public EnumerationSet hasMethods(java.lang.Object value)
public EnumerationSet withMethods(Method value)
public EnumerationSet withoutMethods(Method value)