Uses of Class
com.aspose.tasks.Value
-
-
Uses of Value in com.aspose.tasks
Methods in com.aspose.tasks that return types with arguments of type Value Modifier and Type Method Description List<Value>
ExtendedAttributeDefinition. getValueList()
Gets the List<Value> ValueList.Methods in com.aspose.tasks with parameters of type Value Modifier and Type Method 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 specifiedValue
item.void
ExtendedAttributeDefinition. removeLookupValue(Value value)
Removes a value from the internal lookup list.
-