Uses of Class
com.aspose.tasks.ExtendedAttributeCollection
-
-
Uses of ExtendedAttributeCollection in com.aspose.tasks
Methods in com.aspose.tasks that return ExtendedAttributeCollection Modifier and Type Method Description ExtendedAttributeCollection
Resource. getExtendedAttributes()
Gets the values of an extended attribute.ExtendedAttributeCollection
ResourceAssignment. getExtendedAttributes()
Gets an instance of the ExtendedAttributeCollection class for this object.ExtendedAttributeCollection
Task. getExtendedAttributes()
Gets ExtendedAttributeCollection object containing the values of an extended attribute.Methods in com.aspose.tasks with parameters of type ExtendedAttributeCollection Modifier and Type Method Description void
ResourceAssignment. setExtendedAttributes(ExtendedAttributeCollection value)
Sets an instance of the ExtendedAttributeCollection class for this object.
-