| Package | Description |
|---|---|
| org.smallmind.persistence.query |
| Modifier and Type | Method and Description |
|---|---|
WhereOperator |
WhereField.getOperator() |
static WhereOperator |
WhereOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhereOperator[] |
WhereOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WhereField |
WhereField.instance(String name,
WhereOperator operator,
WhereOperand operand) |
String |
WhereOperatorEnumXmlAdapter.marshal(WhereOperator enumeration) |
void |
WhereField.setOperator(WhereOperator operator) |
| Constructor and Description |
|---|
WhereField(String name,
WhereOperator operator,
WhereOperand operand) |
Copyright © 2017. All rights reserved.