Uses of Class
it.uniroma1.lcl.babelnet.data.Locale
-
Packages that use Locale Package Description it.uniroma1.lcl.babelnet.data The data package of the BabelNet API. -
-
Uses of Locale in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return Locale Modifier and Type Method Description Locale
Locale. coarseGrained()
Returns a coarse grained LocaleLocale
Locale. getValue()
static Locale
Locale. valueOf(String name)
Returns the enum constant of this type with the specified name.static Locale[]
Locale. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-