public final class RangeMode extends Object
Possible modes for the page ranging.
static Integer
AllPages
EvenPages
OddPages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Integer AllPages
Range have all numbers from begin to end.
public static final Integer EvenPages
Range have only even numbers from begin to end.
public static final Integer OddPages
Range have only odd numbers from begin to end.
Copyright © 2020. All rights reserved.