Uses of Class
javapersianutils.core.number.Language
-
Packages that use Language Package Description javapersianutils.core.number -
-
Uses of Language in javapersianutils.core.number
Fields in javapersianutils.core.number declared as Language Modifier and Type Field Description LanguageNumberWord. LanguageNumber to word languageMethods in javapersianutils.core.number that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javapersianutils.core.number with parameters of type Language Modifier and Type Method Description static StringHumanReadableInteger. numberToText(byte number, Language language)display a numeric value using the equivalent textstatic StringHumanReadableInteger. numberToText(double number, Language language)display a numeric value using the equivalent textstatic StringHumanReadableInteger. numberToText(int number, Language language)display a numeric value using the equivalent textstatic StringHumanReadableInteger. numberToText(long number, Language language)display a numeric value using the equivalent textstatic StringHumanReadableInteger. numberToText(Long number, Language language)display a numeric value using the equivalent textConstructors in javapersianutils.core.number with parameters of type Language Constructor Description NumberWord(DigitGroup group, Language language, List<String> names)
-