Package com.exedio.cope.pattern
Interface PriceFunction
-
- All Known Implementing Classes:
PriceField
public interface PriceFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition
between(Price lowerBound, Price upperBound)
Condition
equal(Price value)
Condition
greater(Price value)
Condition
greaterOrEqual(Price value)
Condition
isNotNull()
Condition
isNull()
Condition
less(Price value)
Condition
lessOrEqual(Price value)
Condition
notEqual(Price value)
-