Esempio n. 1
0
 /**
  * The Method delegates the unit convertes to the unitConverter Class
  *
  * @param value metric value, which is to be converted
  * @return The converted value as String
  */
 public String getConvertedLocaleUnit(double value) {
   return converter.getValue(value);
 }