Uses of Class
wt.query.specification.OperatorSearchExp

Packages that use OperatorSearchExp
wt.query.specification   
 

Uses of OperatorSearchExp in wt.query.specification
 

Fields in wt.query.specification declared as OperatorSearchExp
static OperatorSearchExp OperatorSearchExp.AND
          

Supported API: false
static OperatorSearchExp OperatorSearchExp.OR
          

Supported API: false
static OperatorSearchExp OperatorSearchExp.NOT
          

Supported API: false
 

Methods in wt.query.specification that return OperatorSearchExp
static OperatorSearchExp OperatorSearchExp.newOperatorSearchExp(int secretHandshake)
          Used by EnumeratedType for constructing instances of OperatorSearchExp, from a resource bundle.
static OperatorSearchExp OperatorSearchExp.toOperatorSearchExp(String internal_value)
          Returns the OperatorSearchExp instance for the internal_value argument.
static OperatorSearchExp OperatorSearchExp.getOperatorSearchExpDefault()
          Returns the default value (instance) for the OperatorSearchExp set.
static OperatorSearchExp[] OperatorSearchExp.getOperatorSearchExpSet()
          Returns a copy of the set of valid values (instances) for the OperatorSearchExp class.