Uses of Class
org.deegree.filter.logical.LogicalOperator.SubType

Packages that use LogicalOperator.SubType
org.deegree.filter.logical   
 

Uses of LogicalOperator.SubType in org.deegree.filter.logical
 

Methods in org.deegree.filter.logical that return LogicalOperator.SubType
abstract  LogicalOperator.SubType LogicalOperator.getSubType()
           
 LogicalOperator.SubType And.getSubType()
           
 LogicalOperator.SubType Not.getSubType()
           
 LogicalOperator.SubType Or.getSubType()
           
static LogicalOperator.SubType LogicalOperator.SubType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator.SubType[] LogicalOperator.SubType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.