Class TDecimalFormatSymbols
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.text.TDecimalFormatSymbols
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
char
char
getDigit()
(package private) char
char
static DecimalFormatSymbols
static DecimalFormatSymbols
getInstance
(Locale aLocale) char
char
getNaN()
char
char
char
char
void
setCurrency
(Currency currency) void
setCurrencySymbol
(String currency) void
setDecimalSeparator
(char decimalSeparator) void
setDigit
(char digit) (package private) void
setExponentialSymbol
(char exp) void
void
setGroupingSeparator
(char groupingSeparator) void
setInfinity
(String infinity) void
setInternationalCurrencySymbol
(String currencyCode) void
setMinusSign
(char minusSign) void
setMonetaryDecimalSeparator
(char sep) void
void
setPatternSeparator
(char patternSeparator) void
setPercent
(char percent) void
setPerMill
(char perMill) void
setZeroDigit
(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
-