C G L S T V 

C

com.neovisionaries.i18n - package com.neovisionaries.i18n
Internationalization package.
CountryCode - Enum in com.neovisionaries.i18n
ISO 3166-1 country code.
CountryCode.Assignment - Enum in com.neovisionaries.i18n
Code assignment state in ISO 3166-1.

G

getAlpha2() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha2() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get ISO 639-1 language code.
getAlpha3() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 alpha-3 code.
getAlpha3() - Method in enum com.neovisionaries.i18n.LanguageCode
Get ISO 639-2 language code (3-letter lowercase code(s)).
getAlpha3B() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the bibliographic code of this language.
getAlpha3T() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the terminological code of this language.
getAssignment() - Method in enum com.neovisionaries.i18n.CountryCode
Get the assignment state of this country code in ISO 3166-1.
getByCode(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getByCode(int) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 numeric code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a LanguageAlpha3Code that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a LanguageAlpha3Code that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given code.
getByCode(String, String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given pair of language code and country code.
getByCode(String, String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given pair of language code and country code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 alpha-4 code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 alpha-4 code.
getByCode(int) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 numeric code.
getByCountry(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByCountry(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByCountry(CountryCode) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByLanguage(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLanguage(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLanguage(LanguageCode) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the country code of the given Locale instance.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to the language code of the given Locale instance.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given Locale instance.
getCountry() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the country code.
getCurrency() - Method in enum com.neovisionaries.i18n.CountryCode
Get the currency.
getLanguage() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the language code.
getName() - Method in enum com.neovisionaries.i18n.CountryCode
Get the country name.
getName() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the language name.
getName() - Method in enum com.neovisionaries.i18n.LanguageCode
Get the language name.
getName() - Method in enum com.neovisionaries.i18n.ScriptCode
Get English name of this script code.
getNumeric() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 numeric code.
getNumeric() - Method in enum com.neovisionaries.i18n.ScriptCode
Get the numeric code of this script code.
getSynonym() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the synonym of this code.
getUsage() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the usage of this language code.

L

LanguageAlpha3Code - Enum in com.neovisionaries.i18n
ISO 639-2 language code (3-letter lowercase code).
LanguageAlpha3Code.Usage - Enum in com.neovisionaries.i18n
The usage of this language code.
LanguageCode - Enum in com.neovisionaries.i18n
ISO 639-1 language code.
LocaleCode - Enum in com.neovisionaries.i18n
Locale code.

S

ScriptCode - Enum in com.neovisionaries.i18n

T

toLocale() - Method in enum com.neovisionaries.i18n.CountryCode
Convert this CountryCode instance to a Locale instance.
toLocale() - Method in enum com.neovisionaries.i18n.LanguageCode
Convert this LanguageCode instance to a Locale instance.
toLocale() - Method in enum com.neovisionaries.i18n.LocaleCode
Convert this LocaleCode instance to a Locale instance.
toString() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the string representation of this locale code.

V

valueOf(String) - Static method in enum com.neovisionaries.i18n.CountryCode.Assignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.neovisionaries.i18n.CountryCode.Assignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.CountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LocaleCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.ScriptCode
Returns an array containing the constants of this enum type, in the order they are declared.
C G L S T V 

Copyright © 2013. All rights reserved.