Class ChartParameterMapper
- java.lang.Object
- 
- jadex.webservice.examples.rs.chart.ChartParameterMapper
 
- 
- All Implemented Interfaces:
- IValueMapper
 
 public class ChartParameterMapper extends java.lang.Object implements IValueMapper 
- 
- 
Constructor SummaryConstructors Constructor Description ChartParameterMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object value)Convert a value.
 
- 
- 
- 
Method Detail- 
convertValuepublic java.lang.Object convertValue(java.lang.Object value) throws java.lang.ExceptionDescription copied from interface:IValueMapperConvert a value.- Specified by:
- convertValuein interface- IValueMapper
- Parameters:
- value- The value to convert.
- Returns:
- The converted value.
- Throws:
- java.lang.Exception
 
 
- 
 
-