Inheritance diagram for text::TAbstractNumberTranslator:

Public Methods | |
| abstract double | toDouble (String yNUMBER) throws ParseException |
| abstract float | toFloat (String yNUMBER) throws ParseException |
| abstract int | toInt (String yNUMBER) throws ParseException |
| abstract String | toString (double dNUMBER) |
| abstract String | toString (Number tNUMBER) |
Definition at line 38 of file TAbstractNumberTranslator.java.
|
|
Translates the number in yNUMBER to a double value.
Implemented in text::TFixedPointDecimalTranslator, and text::TNumberTranslator. |
|
|
Translates the number in yNUMBER to a float value.
Implemented in text::TFixedPointDecimalTranslator, and text::TNumberTranslator. |
|
|
Translates the number in yNUMBER to a integer value.
Implemented in text::TFixedPointDecimalTranslator, and text::TNumberTranslator. |
|
|
Translates the number tNUMBER to its string representation in the selected locale.
Implemented in text::TFixedPointDecimalTranslator, and text::TNumberTranslator. |
|
|
Translates the number dNUMBER to its string representation in the selected locale.
Implemented in text::TFixedPointDecimalTranslator, and text::TNumberTranslator. |
1.2.18