(Object conversion, Object... optionalArgs)
| 13850 | } |
| 13851 | |
| 13852 | public Object parseConversion(Object conversion, Object... optionalArgs) |
| 13853 | { |
| 13854 | Object fromCurrency = Helpers.getArg(optionalArgs, 0, null); |
| 13855 | Object toCurrency = Helpers.getArg(optionalArgs, 1, null); |
| 13856 | throw new NotSupported((String)Helpers.add(this.id, " parseConversion () is not supported yet")) ; |
| 13857 | } |
| 13858 | |
| 13859 | public Object convertExpireDate(Object date) |
| 13860 | { |
no test coverage detected