Modifier and Type | Method and Description |
---|---|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute()
Creates a new extended attribute with the field ID which equals to this object's field ID value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(BigDecimal numericValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
numeric value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(boolean flagValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
flag value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Date dateTimeValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
date value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Duration durationValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
duration value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(String textValue)
Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified
text value.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Value lookupValue)
Creates new extended attribute linked with specified
Value item. |
ExtendedAttribute |
ExtendedAttributeCollection.get(int index)
Gets the element at the specified index.
|
ExtendedAttribute |
ExtendedAttributeCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
ExtendedAttribute |
ExtendedAttributeCollection.set(int index,
ExtendedAttribute value)
Replaces the element at the specified position in this list with the specified element.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ExtendedAttribute> |
ExtendedAttributeCollection.iterator()
Returns an iterator over elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExtendedAttributeCollection.add(ExtendedAttribute item)
Adds the specified item to this collection.
|
boolean |
ExtendedAttributeCollection.contains(ExtendedAttribute item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
ExtendedAttributeCollection.copyTo(ExtendedAttribute[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
void |
ExtendedAttributeCollection.insert(int index,
ExtendedAttribute item)
Inserts the specified item at the specified index.
|
ExtendedAttribute |
ExtendedAttributeCollection.set(int index,
ExtendedAttribute value)
Replaces the element at the specified position in this list with the specified element.
|