| Package | Description |
|---|---|
| org.gcube.accounting.datamodel.query |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
QueryClause(QueryField key,
QueryOperator operator,
String value) |
QueryClause(String key,
QueryOperator operator,
String value) |
Copyright © 2014. All Rights Reserved.