public void setNegativeSuffix(String value) { NativeDecimalFormat.setTextAttribute( this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_SUFFIX.ordinal(), value); }
public String getNegativeSuffix() { return NativeDecimalFormat.getTextAttribute( this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_SUFFIX.ordinal()); }