Uses of Class
com.aspose.tasks.Group
-
-
Uses of Group in com.aspose.tasks
Methods in com.aspose.tasks that return Group Modifier and Type Method Description GroupView. getGroup()Gets a group of the single view.GroupGroupCriterion. getParentGroup()Gets the parent of theGroupCriterionobject.GroupGroupCriterionCollection. getParentGroup()Gets the parent of the GroupCriterion object.Methods in com.aspose.tasks that return types with arguments of type Group Modifier and Type Method Description Iterator<Group>GroupCollection. iterator()List<Group>GroupCollection. toList()Converts a group collection to a list ofGroupobjects.Methods in com.aspose.tasks with parameters of type Group Modifier and Type Method Description booleanGroupCollection. add(Group item)booleanGroupCollection. contains(Group item)Returns true if this collection contains the specified item.voidGroupCollection. copyTo(Group[] array, int arrayIndex)Copies the elements of this collection to the specified array, starting at the specified array index.booleanGroupCollection. remove(Group item)Removes the first occurrence of a specific object from this collection.voidView. setGroup(Group value)Sets a group of the single view.
-