public enum RetrievePosition extends java.lang.Enum<RetrievePosition>
Enum Constant and Description |
---|
FIRST_INCLUDING_CARRYOVER
Specifies that the marker attached to the earliest area that is on this
page and having a marker should be used, even if the area does not start
on this page.
|
FIRST_STARTING_WITHIN_PAGE
Specifies that the first marker attached to an area that starts on the
page should be used.
|
LAST_ENDING_WITHIN_PAGE
Specifies that the last marker attached to an area that ends on the
page should be used.
|
LAST_STARTING_WITHIN_PAGE
Specifies that the last marker attached to an area that starts on the
page should be used.
|
Modifier and Type | Method and Description |
---|---|
static RetrievePosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RetrievePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetrievePosition FIRST_STARTING_WITHIN_PAGE
public static final RetrievePosition FIRST_INCLUDING_CARRYOVER
public static final RetrievePosition LAST_STARTING_WITHIN_PAGE
public static final RetrievePosition LAST_ENDING_WITHIN_PAGE
public static RetrievePosition[] values()
for (RetrievePosition c : RetrievePosition.values()) System.out.println(c);
public static RetrievePosition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullThis documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.