protected static enum LiQuerySetting.LiClauses extends java.lang.Enum<LiQuerySetting.LiClauses>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.String value) |
java.lang.String |
toString() |
static LiQuerySetting.LiClauses |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiQuerySetting.LiClauses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiQuerySetting.LiClauses WHERE
public static final LiQuerySetting.LiClauses ORDER
public static final LiQuerySetting.LiClauses LIMIT
public static LiQuerySetting.LiClauses[] values()
for (LiQuerySetting.LiClauses c : LiQuerySetting.LiClauses.values()) System.out.println(c);
public static LiQuerySetting.LiClauses 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 boolean equals(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Enum<LiQuerySetting.LiClauses>