public static enum SearchingFilter.LOGICAL_OP extends Enum<SearchingFilter.LOGICAL_OP>
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator()
Gets the operator.
|
static SearchingFilter.LOGICAL_OP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchingFilter.LOGICAL_OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchingFilter.LOGICAL_OP AND
public static final SearchingFilter.LOGICAL_OP OR
public static SearchingFilter.LOGICAL_OP[] values()
for (SearchingFilter.LOGICAL_OP c : SearchingFilter.LOGICAL_OP.values()) System.out.println(c);
public static SearchingFilter.LOGICAL_OP 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 String getOperator()
Copyright © 2022. All Rights Reserved.