@Deprecated public final class MonetaryAmountNumericInformation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
getGroupingSize()
Deprecated.
Return the grouping size.
|
int |
getMaximumFractionDigits()
Deprecated.
Gets the maximum number of digits allowed in the fraction portion of a number.
|
int |
getMaximumIntegerDigits()
Deprecated.
Gets the maximum number of digits allowed in the integer portion of a number.
|
int |
getMinimumFractionDigits()
Deprecated.
Gets the minimum number of digits allowed in the fraction portion of a number.
|
int |
getMinimumIntegerDigits()
Deprecated.
Gets the minimum number of digits allowed in the integer portion of a number.
|
int |
getMultiplier()
Deprecated.
Gets the multiplier for use in percent, per mille, and similar formats.
|
RoundingMode |
getRoundingMode()
Deprecated.
Gets the RoundingMode used in this DecimalFormat.
|
int |
hashCode()
Deprecated.
|
boolean |
isDecimalSeparatorAlwaysShown()
Deprecated.
Allows you to get the behavior of the decimal separator with integers.
|
boolean |
isGroupingUsed()
Deprecated.
Returns true if grouping is used in this format.
|
boolean |
isParseBigDecimal()
Deprecated.
Returns true if this format will parse, the value part, as
BigDecimal only. |
boolean |
isParseIntegerOnly()
Deprecated.
Returns true if this format will parse, the value part, as integers only.
|
void |
setDecimalSeparatorAlwaysShown(boolean decimalSeparatorAlwaysShown)
Deprecated.
Allows you to get the behavior of the decimal separator with integers.
|
void |
setGroupingSize(int groupingSize)
Deprecated.
Set the grouping size.
|
void |
setGroupingUsed(boolean groupingUsed)
Deprecated.
Set whether or not grouping will be used in this format.
|
void |
setMaximumFractionDigits(int maximumFractionDigitis)
Deprecated.
Sets the maximum number of digits allowed in the fraction portion of a number.
|
void |
setMaximumIntegerDigits(int maximumIntegerDigits)
Deprecated.
Sets the maximum number of digits allowed in the integer portion of a number.
|
void |
setMinimumFractionDigits(int minimumFractionDigits)
Deprecated.
Sets the minimum number of digits allowed in the fraction portion of a number.
|
void |
setMinimumIntegerDigits(int minimumIntegerDigits)
Deprecated.
Sets the minimum number of digits allowed in the integer portion of a number.
|
void |
setMultiplier(int multiplier)
Deprecated.
Sets the multiplier for use in percent, per mille, and similar formats.
|
void |
setParseBigDecimal(boolean parseBigDecimal)
Deprecated.
Sets if this format will parse, the value part, as
BigDecimal only. |
void |
setParseIntegerOnly(boolean intergerOnley)
Deprecated.
Sets if this format will parse, the value part, as integers only.
|
void |
setRoundingMode(RoundingMode roundingMode)
Deprecated.
Sets the RoundingMode used in this DecimalFormat.
|
String |
toString()
Deprecated.
|
public int getMaximumFractionDigits()
public int getMaximumIntegerDigits()
public int getMinimumFractionDigits()
public int getMinimumIntegerDigits()
public boolean isDecimalSeparatorAlwaysShown()
public boolean isGroupingUsed()
public int getGroupingSize()
public int getMultiplier()
public boolean isParseBigDecimal()
BigDecimal only.public boolean isParseIntegerOnly()
public RoundingMode getRoundingMode()
public void setMaximumFractionDigits(int maximumFractionDigitis)
public void setMaximumIntegerDigits(int maximumIntegerDigits)
public void setMinimumFractionDigits(int minimumFractionDigits)
public void setMinimumIntegerDigits(int minimumIntegerDigits)
public void setDecimalSeparatorAlwaysShown(boolean decimalSeparatorAlwaysShown)
public void setGroupingUsed(boolean groupingUsed)
public void setGroupingSize(int groupingSize)
public void setMultiplier(int multiplier)
public void setRoundingMode(RoundingMode roundingMode)
public void setParseIntegerOnly(boolean intergerOnley)
public void setParseBigDecimal(boolean parseBigDecimal)
BigDecimal only.Copyright © 2012-2016 JavaMoney. All Rights Reserved.