Exemplo n.º 1
0
 public long getComputedValue(long value) throws Exception {
   return Numeral.CD.computedValue(value);
 }
Exemplo n.º 2
0
 public String getNumeralValue(long value) throws Exception {
   return Numeral.CD.value(value);
 }