Uses of Class
com.aspose.tasks.TaskBaseline
-
-
Uses of TaskBaseline in com.aspose.tasks
Methods in com.aspose.tasks that return TaskBaseline Modifier and Type Method Description TaskBaseline
TaskBaselineCollection. get(int index)
(@inheritDoc}TaskBaseline
TaskBaselineCollection. 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 TaskBaseline Modifier and Type Method Description Iterator<TaskBaseline>
TaskBaselineCollection. iterator()
Returns an enumerator for this collection.List<TaskBaseline>
TaskBaselineCollection. toList()
Converts the TaskBaselineCollection object to a list ofTaskBaseline
objects.Methods in com.aspose.tasks with parameters of type TaskBaseline Modifier and Type Method Description boolean
TaskBaselineCollection. add(TaskBaseline e)
This is the stub implementation of ICollection's Add method, that only throws UnsupportedOperationExceptionint
TaskBaseline. compareTo(TaskBaseline other)
IComparable interface implementation.boolean
TaskBaseline. equals(TaskBaseline other)
Returns a value indicating whether this instance is equal to the specified TaskBaseline object.
-