Modifier and Type | Method and Description |
---|---|
List<Value> |
ExtendedAttributeDefinition.getValueList()
Gets the List<Value> ValueList.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedAttributeDefinition.addLookupValue(Value value)
Adds a value to the internal lookup list.
|
ExtendedAttribute |
ExtendedAttributeDefinition.createExtendedAttribute(Value lookupValue)
Creates new extended attribute linked with specified
Value item. |
void |
ExtendedAttributeDefinition.removeLookupValue(Value value)
Removes a value from the internal lookup list.
|