public static enum GenericTablePage.Paging extends Enum<GenericTablePage.Paging>
| Modifier and Type | Method and Description | 
|---|---|
static GenericTablePage.Paging | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GenericTablePage.Paging[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GenericTablePage.Paging P_10
public static final GenericTablePage.Paging P_25
public static final GenericTablePage.Paging P_50
public static final GenericTablePage.Paging P_100
public static GenericTablePage.Paging[] values()
for (GenericTablePage.Paging c : GenericTablePage.Paging.values()) System.out.println(c);
public static GenericTablePage.Paging 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 © 2020. All rights reserved.