| Modifier and Type | Method and Description |
|---|---|
static QueryConditions.LinkType |
QueryConditions.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryConditions.LinkType[] |
QueryConditions.LinkType.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) |
Copyright © 2019. All rights reserved.