| Modifier and Type | Field and Description |
|---|---|
static AttributeSet |
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 |
|---|
AttributeSet() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationSet |
getAnnotations() |
ClazzSet |
getClazz() |
java.lang.String |
getEntryType() |
StringList |
getInitialization() |
StringList |
getName() |
DataTypeSet |
getType() |
AttributeSet |
hasAnnotations(java.lang.Object value) |
AttributePO |
hasAttributePO() |
AttributePO |
startModelPattern() |
java.lang.String |
toString() |
AttributeSet |
with(Attribute value) |
AttributeSet |
with(java.lang.Object value) |
AttributeSet |
withAnnotations(Annotation value) |
AttributeSet |
withClazz(Clazz value) |
AttributeSet |
withInitialization(java.lang.String value) |
AttributeSet |
withName(java.lang.String value) |
AttributeSet |
without(Attribute value) |
AttributeSet |
withoutAnnotations(Annotation value) |
AttributeSet |
withType(DataType 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 AttributeSet EMPTY_SET
public StringList getInitialization()
public AttributeSet withInitialization(java.lang.String value)
public ClazzSet getClazz()
public AttributeSet withClazz(Clazz value)
public java.lang.String toString()
public java.lang.String getEntryType()
public AttributeSet with(Attribute value)
public AttributeSet without(Attribute value)
public DataTypeSet getType()
public AttributeSet withType(DataType value)
public StringList getName()
public AttributeSet withName(java.lang.String value)
public AttributePO startModelPattern()
public AttributeSet with(java.lang.Object value)
public AttributePO hasAttributePO()
public AnnotationSet getAnnotations()
public AttributeSet hasAnnotations(java.lang.Object value)
public AttributeSet withAnnotations(Annotation value)
public AttributeSet withoutAnnotations(Annotation value)