Uses of Class
org.springframework.rules.constraint.Operator

Packages that use Operator
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
 

Uses of Operator in org.springframework.rules.constraint
 

Subclasses of Operator in org.springframework.rules.constraint
 class LogicalOperator
          Type-safe enums for various conditional or logical operators.
 class RelationalOperator
          Type-safe enum class for supported binary operators.
 

Methods in org.springframework.rules.constraint that return Operator
 Operator Operator.negation()
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.