|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Filter.FilterOption>
net.vvakame.blaz.Filter.FilterOption
public static enum Filter.FilterOption
検索オプション.
| Enum Constant Summary | |
|---|---|
EQ
等しい |
|
GT
より大きい |
|
GT_EQ
より大きいか、等しい |
|
IN
指定された何かに当てはまる |
|
LT
より小さい |
|
LT_EQ
より小さいか、等しい |
|
| Method Summary | |
|---|---|
static Filter.FilterOption |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Filter.FilterOption[] |
values()
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Filter.FilterOption EQ
public static final Filter.FilterOption GT
public static final Filter.FilterOption LT
public static final Filter.FilterOption GT_EQ
public static final Filter.FilterOption LT_EQ
public static final Filter.FilterOption IN
| Method Detail |
|---|
public static Filter.FilterOption[] values()
for (Filter.FilterOption c : Filter.FilterOption.values()) System.out.println(c);
public static Filter.FilterOption 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||