| Methods in com.ail.core.persistence that return QueryOperator |
static QueryOperator |
QueryOperator.forName(java.lang.String name)
This method is similar to the valueOf() method offered by Java's Enum type, but
in this case it will match either the Enum's name or the longName. |
static QueryOperator |
QueryOperator.valueOf(java.lang.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're declared. |