|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryOperator | |
|---|---|
| org.gcube.accounting.datamodel.query | |
| Uses of QueryOperator in org.gcube.accounting.datamodel.query |
|---|
| Methods in org.gcube.accounting.datamodel.query that return QueryOperator | |
|---|---|
QueryOperator |
QueryClause.getOperator()
|
static QueryOperator |
QueryOperator.getOperator(String op)
|
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.gcube.accounting.datamodel.query with parameters of type QueryOperator | |
|---|---|
QueryClause(QueryField key,
QueryOperator operator,
String value)
|
|
QueryClause(String key,
QueryOperator operator,
String value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||