com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class BaselineCollection

    • Method Detail

      • get

        public Baseline get(int index)
        Returns the baseline at the specified position.
        Specified by:
        get in interface List<Baseline>
        Specified by:
        get in class AbstractList<Baseline>
        Parameters:
        index - index of the element to return.
        Returns:
        the baseline at the specified position.
      • getParentResource

        public Resource getParentResource()

        Parent Resource for this collection. Read only Resource instance.

        Returns:
        parent resource for this collection.
      • size

        public final int size()

        Gets the number of objects contained in this BaselineCollection object.

        Specified by:
        size in interface Collection<Baseline>
        Specified by:
        size in interface List<Baseline>
        Specified by:
        size in class AbstractCollection<Baseline>
        Returns:
        the number of objects contained in this BaselineCollection object.
      • toList

        public final List<Baseline> toList()

        Converts the BaselineCollection object to a list of Baseline objects.

        Returns:
        List of Baseline objects.