Modifier and Type | Field and Description |
---|---|
static Criterion.Operator |
EQUAL
The equals operator, represented as
= . |
static Criterion.Operator |
GREATER_THAN
The greater than operator, represented as
> . |
static Criterion.Operator |
LESS_THAN
The less than operator, represented as
< . |
Modifier and Type | Method and Description |
---|---|
static Criterion.Operator |
parse(String op)
Converts the given string to the corresponding
Criterion.Operator . |
String |
toString() |
char |
value() |
public static final Criterion.Operator LESS_THAN
<
.public static final Criterion.Operator GREATER_THAN
>
.public static final Criterion.Operator EQUAL
=
.public static Criterion.Operator parse(String op)
Criterion.Operator
.op
- The string representation of the operator as output by
toString()
.Criterion.Operator
o with a string representation
identical to op.IllegalArgumentException
- If op does not represent a an operator.public char value()
public String toString()
toString
in class Object
parse(String)
.Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.