public static enum LiQueryOrdering.Question extends java.lang.Enum<LiQueryOrdering.Question> implements LiQueryOrdering.ClientOrderingColumn
Enum Constant and Description |
---|
POST_TIME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
get value of liQueryOrdering field
|
java.lang.Boolean |
isVaild(LiClientManager.Client client)
Checks if liQueryOrdering filed is correct for the client.
|
static LiQueryOrdering.Question |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiQueryOrdering.Question[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiQueryOrdering.Question POST_TIME
public static LiQueryOrdering.Question[] values()
for (LiQueryOrdering.Question c : LiQueryOrdering.Question.values()) System.out.println(c);
public static LiQueryOrdering.Question valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
LiQueryOrdering.ClientOrderingColumn
getValue
in interface LiQueryOrdering.ClientOrderingColumn
public java.lang.Boolean isVaild(LiClientManager.Client client)
LiQueryOrdering.ClientOrderingColumn
isVaild
in interface LiQueryOrdering.ClientOrderingColumn
client
- LiClientManager.Client