public enum RetrieveBoundaryWithinTable extends java.lang.Enum<RetrieveBoundaryWithinTable>
Enum Constant and Description |
---|
PAGE
The retrieve scope area set is limited to the primary scope area and the
retrieve scope areas that both precede this primary retrieve scope and
are on the same page as the primary retrieve scope area.
|
TABLE
The retrieve scope area set is limited to the primary retrieve scope
area and the retrieve scope areas that precede the primary retrieve
scope area.
|
TABLE_FRAGMENT
The retrieve scope area set is limited to the primary retrieve scope
area.
|
Modifier and Type | Method and Description |
---|---|
static RetrieveBoundaryWithinTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RetrieveBoundaryWithinTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetrieveBoundaryWithinTable TABLE
public static final RetrieveBoundaryWithinTable TABLE_FRAGMENT
public static final RetrieveBoundaryWithinTable PAGE
public static RetrieveBoundaryWithinTable[] values()
for (RetrieveBoundaryWithinTable c : RetrieveBoundaryWithinTable.values()) System.out.println(c);
public static RetrieveBoundaryWithinTable 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.