|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.AbstractGenericLabeledEnum
org.springframework.core.enums.StringCodedLabeledEnum
org.springframework.rules.constraint.Operator
org.springframework.rules.constraint.LogicalOperator
public abstract class LogicalOperator
Type-safe enums for various conditional or logical operators.
Field Summary | |
---|---|
static LogicalOperator |
AND
The AND operator |
static LogicalOperator |
OR
The OR operator |
static LogicalOperator |
XOR
The XOR operator |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary | |
---|---|
CompoundConstraint |
createConstraint()
|
Methods inherited from class org.springframework.rules.constraint.Operator |
---|
getSymbol, negation, toString |
Methods inherited from class org.springframework.core.enums.StringCodedLabeledEnum |
---|
getCode, getStringCode |
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum |
---|
getLabel |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
---|
compareTo, equals, getType, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LogicalOperator AND
AND
operator
public static final LogicalOperator OR
OR
operator
public static final LogicalOperator XOR
XOR
operator
Method Detail |
---|
public CompoundConstraint createConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |