Uses of Class
org.xcmis.search.model.constraint.Operator

Packages that use Operator
org.xcmis.search.model.constraint   
 

Uses of Operator in org.xcmis.search.model.constraint
 

Fields in org.xcmis.search.model.constraint declared as Operator
static Operator[] Operator.ALL
           
 

Methods in org.xcmis.search.model.constraint that return Operator
static Operator Operator.forSymbol(String symbol)
          Attempt to find the Operator given a symbol.
 Operator Comparison.getOperator()
          Get the operator for this comparison.
 Operator Operator.getReverse()
          Get the equivalent operator if the operands are to be reversed.
static Operator Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.xcmis.search.model.constraint with parameters of type Operator
Comparison(DynamicOperand operand1, Operator operator, StaticOperand operand2)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.