|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| org.xcmis.search.model.constraint | |
| Uses of Operator in org.xcmis.search.model.constraint |
|---|
| Fields in org.xcmis.search.model.constraint declared as Operator | |
|---|---|
static Operator[] |
Operator.ALL
|
| Methods in org.xcmis.search.model.constraint that return Operator | |
|---|---|
static Operator |
Operator.forSymbol(String symbol)
Attempt to find the Operator given a symbol. |
Operator |
Comparison.getOperator()
Get the operator for this comparison. |
Operator |
Operator.getReverse()
Get the equivalent operator if the operands are to be reversed. |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.xcmis.search.model.constraint with parameters of type Operator | |
|---|---|
Comparison(DynamicOperand operand1,
Operator operator,
StaticOperand operand2)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||