|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SimplePaginationEnum>
org.nuiton.util.SimplePaginationEnum
@Deprecated public enum SimplePaginationEnum
Une enumration pour definir les tailles de liste
| Enum Constant Summary | |
|---|---|
_10
Deprecated. |
|
_100
Deprecated. |
|
_20
Deprecated. |
|
_5
Deprecated. |
|
_50
Deprecated. |
|
| Method Summary | |
|---|---|
int |
intValue()
Deprecated. |
String |
toString()
Deprecated. |
static SimplePaginationEnum |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SimplePaginationEnum[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SimplePaginationEnum _5
public static final SimplePaginationEnum _10
public static final SimplePaginationEnum _20
public static final SimplePaginationEnum _50
public static final SimplePaginationEnum _100
| Method Detail |
|---|
public static SimplePaginationEnum[] values()
for (SimplePaginationEnum c : SimplePaginationEnum.values()) System.out.println(c);
public static SimplePaginationEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SimplePaginationEnum>public int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||