ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute() |
Creates a new extended attribute with the field ID which equals to this object's field ID 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(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(Value lookupValue) |
Creates new extended attribute linked with specified Value item.
|
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(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(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 |
ExtendedAttributeCollection.get(int index) |
Gets the element at the specified index.
|
ExtendedAttribute |
ExtendedAttributeCollection.remove(int index) |
Removes an 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.
|