Class TDecimalFormatSymbols
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.text.TDecimalFormatSymbols
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charchargetDigit()charstatic DecimalFormatSymbolsstatic DecimalFormatSymbolsgetInstance(Locale aLocale) charchargetNaN()charcharcharcharvoidsetCurrency(Currency currency) voidsetCurrencySymbol(String currency) voidsetDecimalSeparator(char decimalSeparator) voidsetDigit(char digit) voidvoidsetGroupingSeparator(char groupingSeparator) voidsetInfinity(String infinity) voidsetInternationalCurrencySymbol(String currencyCode) voidsetMinusSign(char minusSign) voidsetMonetaryDecimalSeparator(char sep) voidvoidsetPatternSeparator(char patternSeparator) voidsetPercent(char percent) voidsetPerMill(char perMill) voidsetZeroDigit(char zeroDigit)
-
Constructor Details
-
TDecimalFormatSymbols
public TDecimalFormatSymbols() -
TDecimalFormatSymbols
-
-
Method Details
-
getInstance
-
getInstance
-
getZeroDigit
public char getZeroDigit() -
setZeroDigit
public void setZeroDigit(char zeroDigit) -
getGroupingSeparator
public char getGroupingSeparator() -
setGroupingSeparator
public void setGroupingSeparator(char groupingSeparator) -
getDecimalSeparator
public char getDecimalSeparator() -
setDecimalSeparator
public void setDecimalSeparator(char decimalSeparator) -
getPerMill
public char getPerMill() -
setPerMill
public void setPerMill(char perMill) -
getPercent
public char getPercent() -
getPercentText
-
getPerMillText
-
setPercent
public void setPercent(char percent) -
getDigit
public char getDigit() -
setDigit
public void setDigit(char digit) -
getPatternSeparator
public char getPatternSeparator() -
setPatternSeparator
public void setPatternSeparator(char patternSeparator) -
getInfinity
-
setInfinity
-
getNaN
-
setNaN
-
getMinusSign
public char getMinusSign() -
getMinusSignText
-
setMinusSign
public void setMinusSign(char minusSign) -
getCurrencySymbol
-
setCurrencySymbol
-
getInternationalCurrencySymbol
-
setInternationalCurrencySymbol
-
getCurrency
-
setCurrency
-
getMonetaryDecimalSeparator
public char getMonetaryDecimalSeparator() -
setMonetaryDecimalSeparator
public void setMonetaryDecimalSeparator(char sep) -
getExponentSeparator
-
setExponentSeparator
-
clone
-