Uses of Class
dev.vality.fistful.base.CashRange
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.base | |
| dev.vality.fistful.limit_check |
-
Uses of CashRange in dev.vality.fistful
Fields in dev.vality.fistful declared as CashRange Modifier and Type Field Description CashRangeForbiddenOperationAmount. allowed_rangeMethods in dev.vality.fistful that return CashRange Modifier and Type Method Description CashRangeForbiddenOperationAmount. getAllowedRange()Methods in dev.vality.fistful with parameters of type CashRange Modifier and Type Method Description ForbiddenOperationAmountForbiddenOperationAmount. setAllowedRange(CashRange allowed_range)Constructors in dev.vality.fistful with parameters of type CashRange Constructor Description ForbiddenOperationAmount(Cash amount, CashRange allowed_range) -
Uses of CashRange in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return CashRange Modifier and Type Method Description CashRangeCashRange. deepCopy()CashRangeCashRange. setLower(CashBound lower)CashRangeCashRange. setUpper(CashBound upper)Methods in dev.vality.fistful.base with parameters of type CashRange Modifier and Type Method Description intCashRange. compareTo(CashRange other)booleanCashRange. equals(CashRange that)Constructors in dev.vality.fistful.base with parameters of type CashRange Constructor Description CashRange(CashRange other)Performs a deep copy on other. -
Uses of CashRange in dev.vality.fistful.limit_check
Fields in dev.vality.fistful.limit_check declared as CashRange Modifier and Type Field Description CashRangeWalletFailed. expectedMethods in dev.vality.fistful.limit_check that return CashRange Modifier and Type Method Description CashRangeWalletFailed. getExpected()Methods in dev.vality.fistful.limit_check with parameters of type CashRange Modifier and Type Method Description WalletFailedWalletFailed. setExpected(CashRange expected)Constructors in dev.vality.fistful.limit_check with parameters of type CashRange Constructor Description WalletFailed(CashRange expected, Cash balance)