Uses of Class
org.ujmp.core.text.Language
-
Packages that use Language Package Description org.ujmp.core.text -
-
Uses of Language in org.ujmp.core.text
Methods in org.ujmp.core.text that return Language Modifier and Type Method Description static Language
Language. guess(java.io.File file)
static Language
Language. guess(java.lang.String string)
static Language
Language. valueOf(java.lang.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.
-