public static enum LCStatusQuery.PaginationDirection extends Enum<LCStatusQuery.PaginationDirection>
Enum Constant and Description |
---|
NEW_TO_OLD |
OLD_TO_NEW |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static LCStatusQuery.PaginationDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCStatusQuery.PaginationDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCStatusQuery.PaginationDirection NEW_TO_OLD
public static final LCStatusQuery.PaginationDirection OLD_TO_NEW
public static LCStatusQuery.PaginationDirection[] values()
for (LCStatusQuery.PaginationDirection c : LCStatusQuery.PaginationDirection.values()) System.out.println(c);
public static LCStatusQuery.PaginationDirection 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 nullpublic int value()
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.