Exemplo n.º 1
0
 public String getPositiveSuffix() {
   return NativeDecimalFormat.getTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_POSITIVE_SUFFIX.ordinal());
 }
Exemplo n.º 2
0
 public String getNegativePrefix() {
   return NativeDecimalFormat.getTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_PREFIX.ordinal());
 }