A C E G I O S U

A

AbstractDecimalConverter - Class in org.efaps.number2words.converters
Abstract helper class which implements the main methods for the conversion of numbers to words for languages which uses the decimal system.
AbstractDecimalConverter() - Constructor for class org.efaps.number2words.converters.AbstractDecimalConverter
 

C

convert(long) - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Method to convert a number into words.
convert(long) - Method in interface org.efaps.number2words.IConverter
Converts the _number into the related text representation.
Converter - Class in org.efaps.number2words
Main entry point to get language specific number to word converters.
convertLessThanOneHundred(int) - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
The method converts the numbers from 1 to 99 into words.
convertLessThanOneHundred(int) - Method in class org.efaps.number2words.converters.English
The method converts the numbers from 1 to 99 into words.
convertLessThanOneHundred(int) - Method in class org.efaps.number2words.converters.German
Converts number less than one hundred into German words.
convertLessThanOneHundred(int) - Method in class org.efaps.number2words.converters.Spanish
The method converts the numbers from 1 to 99 into words.
convertLessThanOneThousand(int) - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Method to convert the numbers from 1 to 999.
convertLessThanOneThousand(int) - Method in class org.efaps.number2words.converters.Spanish
Method to convert the numbers from 1 to 999.
convertPower(int, int) - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
The method converts the given _number depending on the _power to words.
convertPower(int, int) - Method in class org.efaps.number2words.converters.German
The method converts the given _number depending on the _power to words.
convertPower(int, int) - Method in class org.efaps.number2words.converters.Spanish
The method converts the given _number depending on the _power to words.

E

English - Class in org.efaps.number2words.converters
The class implements the conversion of numbers to English words.
English() - Constructor for class org.efaps.number2words.converters.English
 

G

German - Class in org.efaps.number2words.converters
The class implements the conversion of numbers to German words.
German() - Constructor for class org.efaps.number2words.converters.German
 
getMaleConverter(Locale) - Static method in class org.efaps.number2words.Converter
Returns for a language defined with _locale the related text converter for male numbers.
getMinus() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Returns the language specific word for "minus".
getMinus() - Method in class org.efaps.number2words.converters.English
Returns the related English word for "minus" needed for negative numbers.
getMinus() - Method in class org.efaps.number2words.converters.German
Returns the related German word for "minus" needed for negative numbers.
getMinus() - Method in class org.efaps.number2words.converters.Spanish
Returns the related Spanish word for "minus" needed for negative numbers.
getNumNames() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Returns the string array to define the conversion of numbers for 1 till 19.
getNumNames() - Method in class org.efaps.number2words.converters.English
Returns the string array to define the conversion of numbers for 1 till 19.
getNumNames() - Method in class org.efaps.number2words.converters.German
Returns the string array to define the conversion of numbers for 1 till 19.
getNumNames() - Method in class org.efaps.number2words.converters.Spanish
Returns the string array to define the conversion of numbers for 1 till 19.
getPowerNames() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Returns the string array for power numbers 1000^n.
getPowerNames() - Method in class org.efaps.number2words.converters.English
Returns the string array for log numbers 100, 1000, 1000000 and 1000000000.
getPowerNames() - Method in class org.efaps.number2words.converters.German
Returns the string array for log numbers 100, 1 000, 1 000 000 and 1 000 000 000.
getPowerNames() - Method in class org.efaps.number2words.converters.Spanish
Returns the string array for log numbers 100, 1000, 1000000 and 1000000000.
getTensNames() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Returns the string array for a zero length string and the words for numbers 10, 20, 30, 40, 50, 60, 70, 80, 90 and 100.
getTensNames() - Method in class org.efaps.number2words.converters.English
Returns the string array for the numbers 10, 20, 30, 40, 50, 60, 70, 80 and 90.
getTensNames() - Method in class org.efaps.number2words.converters.German
Returns the string array for the numbers 10, 20, 30, 40, 50, 60, 70, 80 and 90.
getTensNames() - Method in class org.efaps.number2words.converters.Spanish
Returns the string array for the numbers 10, 20, 30, 40, 50, 60, 70, 80 and 90.
getZero() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
Returns the language specific word for the number 0.
getZero() - Method in class org.efaps.number2words.converters.English
Returns the related English word for the number zero ('0').
getZero() - Method in class org.efaps.number2words.converters.German
Returns the related English word for the number zero ('0').
getZero() - Method in class org.efaps.number2words.converters.Spanish
Returns the related Spanish word for the number zero ('0').

I

IConverter - Interface in org.efaps.number2words
Interface description which must be implement for a language to convert numbers to related text representation.
isDecimal() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
The abstract class helps to implement converters for languages which are using the decimal system.
isDecimal() - Method in interface org.efaps.number2words.IConverter
Returns true in the case the converter from numbers to words uses the decimal system.

O

org.efaps.number2words - package org.efaps.number2words
 
org.efaps.number2words.converters - package org.efaps.number2words.converters
 

S

Spanish - Class in org.efaps.number2words.converters
The class implements the conversion of numbers to Spanish words.
Spanish() - Constructor for class org.efaps.number2words.converters.Spanish
 

U

usesShortScale() - Method in class org.efaps.number2words.converters.AbstractDecimalConverter
A false is returned because typically a language should use the long scale numerical system.
usesShortScale() - Method in class org.efaps.number2words.converters.English
Returns always true because the English language uses for the representation of numbers in words the short scale system.
usesShortScale() - Method in interface org.efaps.number2words.IConverter
Returns true in the case the converter for a language uses the short scale for the decimal system.

A C E G I O S U

Copyright © 2009 eFaps. All Rights Reserved.