Uses of Class
com.google.visualization.datasource.query.CompoundFilter.LogicalOperator

Packages that use CompoundFilter.LogicalOperator
com.google.visualization.datasource.query   
 

Uses of CompoundFilter.LogicalOperator in com.google.visualization.datasource.query
 

Methods in com.google.visualization.datasource.query that return CompoundFilter.LogicalOperator
 CompoundFilter.LogicalOperator CompoundFilter.getOperator()
          Returns the logical operator associated with this CompoundFilter.
static CompoundFilter.LogicalOperator CompoundFilter.LogicalOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompoundFilter.LogicalOperator[] CompoundFilter.LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.visualization.datasource.query with parameters of type CompoundFilter.LogicalOperator
CompoundFilter(CompoundFilter.LogicalOperator operator, java.util.List<QueryFilter> subFilters)
          Constructs a compound filter of the given type, with the given sub-filters.
 



Copyright © 2009 Google. All Rights Reserved.