Class TocEntryOnResumedRange


  • public class TocEntryOnResumedRange
    extends Object

    Defines a range of toc-entry-on-resumed elements.

    This class stores ranges of the form [startRefId,endRefId) or [startRefId,)

    • Method Detail

      • getStartRefId

        public String getStartRefId()
        Get the start ref-id of the range.
        Returns:
        the start ref-id of the range, not null
      • getEndRefId

        public Optional<String> getEndRefId()
        Get the end ref-id of the range.
        Returns:
        the end ref-id of the range