Uses of Class
gov.nasa.pds.registry.query.QueryOperator

Packages that use QueryOperator
gov.nasa.pds.registry.query   
 

Uses of QueryOperator in gov.nasa.pds.registry.query
 

Fields in gov.nasa.pds.registry.query declared as QueryOperator
protected  QueryOperator RegistryQuery.operator
           
 

Methods in gov.nasa.pds.registry.query that return QueryOperator
 QueryOperator RegistryQuery.getOperator()
           
static QueryOperator QueryOperator.valueOf(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 are declared.
 

Methods in gov.nasa.pds.registry.query with parameters of type QueryOperator
 RegistryQuery.Builder<T> RegistryQuery.Builder.operator(QueryOperator operator)
           
 



Copyright © 2010-2014 Planetary Data System. All Rights Reserved.