|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationalOperator | |
---|---|
net.sourceforge.domian.specification |
Uses of RelationalOperator in net.sourceforge.domian.specification |
---|
Methods in net.sourceforge.domian.specification that return RelationalOperator | |
---|---|
protected RelationalOperator |
AbstractValueBoundSpecification.getBinaryRelation()
|
protected RelationalOperator |
NotEqualSpecification.getBinaryRelation(java.lang.Boolean negated)
|
RelationalOperator |
LessThanSpecification.getBinaryRelation(java.lang.Boolean negated)
|
RelationalOperator |
GreaterThanSpecification.getBinaryRelation(java.lang.Boolean negated)
|
protected RelationalOperator |
EqualSpecification.getBinaryRelation(java.lang.Boolean negated)
|
protected RelationalOperator |
EqualIgnoreCaseStringSpecification.getBinaryRelation(java.lang.Boolean negated)
|
protected abstract RelationalOperator |
AbstractValueBoundSpecification.getBinaryRelation(java.lang.Boolean negated)
|
(package private) RelationalOperator |
RelationalOperator.getInvertedBinaryRelation()
|
static RelationalOperator |
RelationalOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelationalOperator[] |
RelationalOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.domian.specification with parameters of type RelationalOperator | |
---|---|
protected static Specification |
AbstractSpecification.createValueBoundSpecification(RelationalOperator relationalOperator,
java.lang.Object operandValue)
|
protected java.lang.Boolean |
NotEqualSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
java.lang.Object candidateOperandValue)
|
protected java.lang.Boolean |
EqualSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
java.lang.Object candidateOperandValue)
|
protected java.lang.Boolean |
EqualIgnoreCaseStringSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
java.lang.String candidateOperandValue)
|
protected java.lang.Boolean |
LessThanSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
T candidateOperandValue)
|
protected java.lang.Boolean |
GreaterThanSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
T candidateOperandValue)
|
protected abstract java.lang.Boolean |
AbstractValueBoundSpecification.getDisjointDecision(RelationalOperator candidateRelationalOperator,
T candidateOperandValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |