|
||||||||||
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.RelationalOperator
public abstract class RelationalOperator
Type-safe enum class for supported binary operators.
Field Summary | |
---|---|
static RelationalOperator |
EQUAL_TO
The EQUAL_TO (==) operator |
static RelationalOperator |
GREATER_THAN
The GREATER_THAN (>) operator |
static RelationalOperator |
GREATER_THAN_EQUAL_TO
The GREATER_THAN_EQUAL_TO (>=) operator |
static RelationalOperator |
LESS_THAN
The LESS_THAN (<) operator |
static RelationalOperator |
LESS_THAN_EQUAL_TO
The LESS_THAN_EQUAL_TO (<=) operator |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary | |
---|---|
abstract BinaryConstraint |
getConstraint()
Returns the predicate instance associated with this binary operator. |
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 RelationalOperator EQUAL_TO
EQUAL_TO (==)
operator
public static final RelationalOperator LESS_THAN
LESS_THAN (<)
operator
public static final RelationalOperator LESS_THAN_EQUAL_TO
LESS_THAN_EQUAL_TO (<=)
operator
public static final RelationalOperator GREATER_THAN
GREATER_THAN (>)
operator
public static final RelationalOperator GREATER_THAN_EQUAL_TO
GREATER_THAN_EQUAL_TO (>=)
operator
Method Detail |
---|
public abstract BinaryConstraint getConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |