java.lang.Object
com.polarion.alm.tracker.exporter.configuration.PageScope

public class PageScope extends Object
The scope of pages in a document. You can select concrete pages "1,3,4,6", ranges "1-5,6-9", or modifiers "even", "odd" and "skiplast". Example: "2,5-10,even,skiplast"
Since:
3.17.1
  • Method Details

    • asString

      @NotNull public String asString()
    • fromString

      @Nullable public static PageScope fromString(@NotNull String scope)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object