public enum QueryMethod extends Enum<QueryMethod>
Query.QueryBuilder| Modifier and Type | Class and Description |
|---|---|
static class |
QueryMethod.Between |
| Enum Constant and Description |
|---|
Between |
EqualTo |
GreaterThan |
GreaterThanOrEqualTo |
In |
LessThan |
LessThanOrEqualTo |
| Modifier and Type | Method and Description |
|---|---|
<T> BiFunction<String,T,String> |
getAction() |
static QueryMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryMethod EqualTo
public static final QueryMethod LessThan
public static final QueryMethod GreaterThan
public static final QueryMethod GreaterThanOrEqualTo
public static final QueryMethod LessThanOrEqualTo
public static final QueryMethod In
public static final QueryMethod Between
public static QueryMethod[] values()
for (QueryMethod c : QueryMethod.values()) System.out.println(c);
public static QueryMethod 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 <T> BiFunction<String,T,String> getAction()
Copyright © 2021 Micro Focus. All rights reserved.