Uses of Class
org.fcrepo.server.search.Operator

Packages that use Operator
org.fcrepo.server.search   
 

Uses of Operator in org.fcrepo.server.search
 

Methods in org.fcrepo.server.search that return Operator
static Operator Operator.fromAbbreviation(String abbreviation)
           
 Operator Condition.getOperator()
           
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.fcrepo.server.search with parameters of type Operator
Condition(String property, Operator operator, String value)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.