| Modifier and Type | Method and Description |
|---|---|
static QueryConditions.MatchType |
QueryConditions.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryConditions.MatchType[] |
QueryConditions.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryConditions.addCondition(QueryConditions.LinkType linkType,
String field,
QueryConditions.MatchType matchType,
Object value) |
void |
QueryConditions.addCondition(QueryConditions.LinkType linkType,
String field,
QueryConditions.MatchType matchType,
String lable,
Object value) |
void |
QueryConditions.addCondition(String field,
QueryConditions.MatchType matchType,
Object value) |
void |
QueryConditions.addCondition(String field,
QueryConditions.MatchType matchType,
String lable,
Object value) |
Copyright © 2019. All rights reserved.