|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueBoundSpecification<T>
Part of the Evans/Fowler Specifications pattern.
Method Summary | |
---|---|
java.lang.String |
getOperator()
Builds a string representation of the mathematical operator this value bound specification represents. |
java.lang.String |
getOperator(java.lang.Boolean negated)
Builds a string representation of the negated mathematical operator this value bound specification represents. |
T |
getValue()
|
Methods inherited from interface net.sourceforge.domian.specification.Specification |
---|
getType, isGeneralizationOf, isSatisfiedBy, isSpecialCaseOf |
Method Detail |
---|
T getValue()
java.lang.String getOperator()
java.lang.String getOperator(java.lang.Boolean negated)
negated
- when true
the returned operator will be negated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |