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