Exemplo n.º 1
0
 public void setNegativeSuffix(String value) {
   NativeDecimalFormat.setTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_SUFFIX.ordinal(), value);
 }
Exemplo n.º 2
0
 public String getNegativeSuffix() {
   return NativeDecimalFormat.getTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_SUFFIX.ordinal());
 }