Uses of Class
com.ail.core.persistence.QueryOperator

Packages that use QueryOperator
com.ail.core.persistence   
 

Uses of QueryOperator in com.ail.core.persistence
 

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.