public static enum IPaginator.PagingEventType extends Enum<IPaginator.PagingEventType>
| Enum Constant and Description |
|---|
CURRENT_PAGE |
MAX_PAGE |
PAGE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static IPaginator.PagingEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPaginator.PagingEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPaginator.PagingEventType CURRENT_PAGE
public static final IPaginator.PagingEventType PAGE_SIZE
public static final IPaginator.PagingEventType MAX_PAGE
public static IPaginator.PagingEventType[] values()
for (IPaginator.PagingEventType c : IPaginator.PagingEventType.values()) System.out.println(c);
public static IPaginator.PagingEventType 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.