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

Packages that use LogicalOperator
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
 

Uses of LogicalOperator in org.springframework.rules.constraint
 

Fields in org.springframework.rules.constraint declared as LogicalOperator
static LogicalOperator LogicalOperator.AND
          The AND operator
static LogicalOperator LogicalOperator.OR
          The OR operator
static LogicalOperator LogicalOperator.XOR
          The XOR operator
 

Uses of LogicalOperator in org.springframework.rules.constraint.property
 

Constructors in org.springframework.rules.constraint.property with parameters of type LogicalOperator
RequiredIfOthersPresent(String propertyName, String[] otherPropertyNames, LogicalOperator operator)
          Tests that the property is required if "other properties" are present.
RequiredIfOthersPresent(String propertyName, String otherPropertyNames, LogicalOperator operator)
          Tests that the property is required if all or any of the "other properties" are present.
 



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