public class TaskBaselineCollection extends Object implements Iterable<TaskBaseline>
Represents a collection of TaskBaseline
objects.
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the number of objects contained in this TaskBaselineCollection object.
|
Task |
getParentTask()
Parent
Task for this collection. |
Iterator<TaskBaseline> |
iterator() |
boolean |
remove(TaskBaseline baseline)
Removes baseline from this collection.
|
List<TaskBaseline> |
toList()
Converts the TaskBaselineCollection object to a list of
TaskBaseline objects. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Iterator<TaskBaseline> iterator()
iterator
in interface Iterable<TaskBaseline>
public Task getParentTask()
Parent Task
for this collection.
Read only Task
instance.
public boolean remove(TaskBaseline baseline)
Removes baseline from this collection.
baseline
- TaskBaseline
instance to remove.TaskBaseline
instance has been removed successfully; otherwise, falsepublic int getCount()
Returns the number of objects contained in this TaskBaselineCollection object.
public List<TaskBaseline> toList()
Converts the TaskBaselineCollection object to a list of TaskBaseline
objects.
TaskBaseline
objects.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.