Uses of Class
com.aspose.tasks.GroupCriterion
-
-
Uses of GroupCriterion in com.aspose.tasks
Methods in com.aspose.tasks that return GroupCriterion Modifier and Type Method Description GroupCriterion
GroupCriterionCollection. get(int index)
(@inheritDoc}GroupCriterion
GroupCriterionCollection. remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.Methods in com.aspose.tasks that return types with arguments of type GroupCriterion Modifier and Type Method Description List<GroupCriterion>
GroupCriterionCollection. toList()
Converts a GroupCriterion collection to a list ofGroupCriterion
objects.Methods in com.aspose.tasks with parameters of type GroupCriterion Modifier and Type Method Description void
GroupCriterionCollection. add(int index, GroupCriterion element)
Inserts the specified element at the specified position in this list.boolean
GroupCriterionCollection. add(GroupCriterion item)
Adds the specified item to this collection.
-