Set value @param bValue
(final String bValue)
| 206 | * @param bValue |
| 207 | */ |
| 208 | Formula setValue(final String bValue) |
| 209 | { |
| 210 | bonusFormula = FormulaFactory.getFormulaFor(bValue); |
| 211 | if (!bonusFormula.isStatic()) |
| 212 | { |
| 213 | buildDependMap(bValue.toUpperCase()); |
| 214 | } |
| 215 | return bonusFormula; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Get the bonus formula |
no test coverage detected