Uses of Class
org.terracotta.toolkit.search.expression.BooleanClause.Operator

Packages that use BooleanClause.Operator
org.terracotta.toolkit.search.expression   
 

Uses of BooleanClause.Operator in org.terracotta.toolkit.search.expression
 

Methods in org.terracotta.toolkit.search.expression that return BooleanClause.Operator
 BooleanClause.Operator BooleanClause.type()
           
static BooleanClause.Operator BooleanClause.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BooleanClause.Operator[] BooleanClause.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.terracotta.toolkit.search.expression with parameters of type BooleanClause.Operator
BooleanClause(BooleanClause.Operator action, Clause... clauses)
           
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.