UcumDecimal.fromInt constructor

UcumDecimal.fromInt(
  1. int i
)

Implementation

UcumDecimal.fromInt(int i) {
  setValueUcumDecimal(i.toString());
}