org.springframework.rules.constraint
Class LogicalOperator
java.lang.Object
org.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.AbstractGenericLabeledEnum
org.springframework.core.enums.StringCodedLabeledEnum
org.springframework.rules.constraint.Operator
org.springframework.rules.constraint.LogicalOperator
- All Implemented Interfaces:
- Serializable, Comparable, LabeledEnum
public abstract class LogicalOperator
- extends Operator
Type-safe enums for various conditional or logical operators.
- Author:
- Keith Donald
- See Also:
- Serialized Form
AND
public static final LogicalOperator AND
- The
AND operator
OR
public static final LogicalOperator OR
- The
OR operator
XOR
public static final LogicalOperator XOR
- The
XOR operator
createConstraint
public CompoundConstraint createConstraint()
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.