public static enum ContinuousPagingOptions.PageUnit extends Enum<ContinuousPagingOptions.PageUnit>
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static ContinuousPagingOptions.PageUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContinuousPagingOptions.PageUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContinuousPagingOptions.PageUnit BYTES
public static final ContinuousPagingOptions.PageUnit ROWS
public static ContinuousPagingOptions.PageUnit[] values()
for (ContinuousPagingOptions.PageUnit c : ContinuousPagingOptions.PageUnit.values()) System.out.println(c);
public static ContinuousPagingOptions.PageUnit valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2017. All rights reserved.