Class TDecimalFormatSymbols
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.text.TDecimalFormatSymbols
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()charchargetDigit()(package private) charcharstatic DecimalFormatSymbolsstatic DecimalFormatSymbolsgetInstance(Locale aLocale) charchargetNaN()charcharcharcharvoidsetCurrency(Currency currency) voidsetCurrencySymbol(String currency) voidsetDecimalSeparator(char decimalSeparator) voidsetDigit(char digit) (package private) voidsetExponentialSymbol(char exp) 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)
-
Field Details
-
zeroDigit
private char zeroDigit -
groupingSeparator
private char groupingSeparator -
decimalSeparator
private char decimalSeparator -
perMill
private char perMill -
percent
private char percent -
digit
private char digit -
patternSeparator
private char patternSeparator -
infinity
-
NaN
-
minusSign
private char minusSign -
currencySymbol
-
intlCurrencySymbol
-
monetarySeparator
private char monetarySeparator -
exponential
private char exponential -
exponentialSeparator
-
locale
-
-
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) -
getExponentialSymbol
char getExponentialSymbol() -
getExponentSeparator
-
setExponentialSymbol
void setExponentialSymbol(char exp) -
setExponentSeparator
-
clone
-