Uses of Class
org.deegree.filter.Operator.Type

Packages that use Operator.Type
org.deegree.filter   
org.deegree.filter.comparison   
org.deegree.filter.logical   
org.deegree.filter.spatial   
org.deegree.filter.temporal   
 

Uses of Operator.Type in org.deegree.filter
 

Methods in org.deegree.filter that return Operator.Type
 Operator.Type Operator.getType()
          Returns the type of operator.
static Operator.Type Operator.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator.Type[] Operator.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Operator.Type in org.deegree.filter.comparison
 

Methods in org.deegree.filter.comparison that return Operator.Type
 Operator.Type ComparisonOperator.getType()
           
 

Uses of Operator.Type in org.deegree.filter.logical
 

Methods in org.deegree.filter.logical that return Operator.Type
 Operator.Type LogicalOperator.getType()
           
 

Uses of Operator.Type in org.deegree.filter.spatial
 

Methods in org.deegree.filter.spatial that return Operator.Type
 Operator.Type SpatialOperator.getType()
          Always returns Operator.Type#SPATIAL (for SpatialOperator instances).
 

Uses of Operator.Type in org.deegree.filter.temporal
 

Methods in org.deegree.filter.temporal that return Operator.Type
 Operator.Type TemporalOperator.getType()
          Always returns Operator.Type#TEMPORAL (for TemporalOperator instances).
 



Copyright © 2011. All Rights Reserved.