|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use RelationalOperator | |
---|---|
org.springframework.richclient.samples.showcase.validation | |
org.springframework.rules.constraint | Out of the box predicates that address common needs such as comparison and composition. |
Uses of RelationalOperator in org.springframework.richclient.samples.showcase.validation |
---|
Methods in org.springframework.richclient.samples.showcase.validation that return RelationalOperator | |
---|---|
RelationalOperator |
StringLenghtConstraintDialog.StringLengthValue.getRelationalOperator()
|
Methods in org.springframework.richclient.samples.showcase.validation with parameters of type RelationalOperator | |
---|---|
void |
StringLenghtConstraintDialog.StringLengthValue.setRelationalOperator(RelationalOperator relationalOperator)
|
Uses of RelationalOperator in org.springframework.rules.constraint |
---|
Fields in org.springframework.rules.constraint declared as RelationalOperator | |
---|---|
static RelationalOperator |
RelationalOperator.EQUAL_TO
The EQUAL_TO (==) operator |
static RelationalOperator |
RelationalOperator.GREATER_THAN
The GREATER_THAN (>) operator |
static RelationalOperator |
RelationalOperator.GREATER_THAN_EQUAL_TO
The GREATER_THAN_EQUAL_TO (>=) operator |
static RelationalOperator |
RelationalOperator.LESS_THAN
The LESS_THAN (<) operator |
static RelationalOperator |
RelationalOperator.LESS_THAN_EQUAL_TO
The LESS_THAN_EQUAL_TO (<=) operator |
Constructors in org.springframework.rules.constraint with parameters of type RelationalOperator | |
---|---|
StringLengthConstraint(RelationalOperator operator,
int length)
Constructs a string length constraint with the specified operator and length constraint. |
|
StringLengthConstraint(RelationalOperator operator,
int length,
String type)
Constructs a string length constraint with the specified operator and length constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |