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 GroupCriterionGroupCriterionCollection. get(int index)(@inheritDoc}GroupCriterionGroupCriterionCollection. 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 ofGroupCriterionobjects.Methods in com.aspose.tasks with parameters of type GroupCriterion Modifier and Type Method Description voidGroupCriterionCollection. add(int index, GroupCriterion element)Inserts the specified element at the specified position in this list.booleanGroupCriterionCollection. add(GroupCriterion item)Adds the specified item to this collection.
-