Uses of Class
org.deegree.filter.MatchAction

Packages that use MatchAction
org.deegree.filter   
org.deegree.filter.comparison   
 

Uses of MatchAction in org.deegree.filter
 

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

Uses of MatchAction in org.deegree.filter.comparison
 

Fields in org.deegree.filter.comparison declared as MatchAction
protected  MatchAction ComparisonOperator.matchAction
           
 

Methods in org.deegree.filter.comparison that return MatchAction
 MatchAction ComparisonOperator.getMatchAction()
           
 

Constructors in org.deegree.filter.comparison with parameters of type MatchAction
BinaryComparisonOperator(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
ComparisonOperator(Boolean matchCase, MatchAction matchAction)
           
PropertyIsBetween(Expression expression, Expression lowerBoundary, Expression upperBoundary, boolean matchCase, MatchAction matchAction)
           
PropertyIsEqualTo(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsGreaterThan(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsGreaterThanOrEqualTo(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsLessThan(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsLessThanOrEqualTo(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsLike(Expression testValue, Expression pattern, String wildCard, String singleChar, String escapeChar, Boolean matchCase, MatchAction matchAction)
           
PropertyIsNil(Expression propName, String nilReason, MatchAction matchAction)
           
PropertyIsNotEqualTo(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
PropertyIsNull(Expression propName, MatchAction matchAction)
           
 



Copyright © 2011. All Rights Reserved.