Interface TagGroup

All Superinterfaces:
Comparable<TagGroup>
All Known Implementing Classes:
MultiPageReference, PageReference

public interface TagGroup extends Comparable<TagGroup>

TagGroup interface.

  • Method Details

    • getPageOrder

      Integer getPageOrder()

      getPageOrder.

      Returns:
      the page order of the first (or only) page in this group
    • getPages

      int getPages()

      getPages.

      Returns:
      the number of pages in this group
    • addTags

      void addTags(List<TagCount> tags)

      addTags.

      Parameters:
      tags - a List object.
    • getTags

      List<TagCount> getTags()

      getTags.

      Returns:
      a List object.