|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.jena.rdf.arp.lang.Iso639
public class Iso639
Language codes from ISO639-1 and ISO639-2.
An encapsulation of the registry of ISO639-1 and ISO639-2 codes as found at < a href="http://www.loc.gov/standards/iso639-2/php/English_list.php"> http://www.loc.gov/standards/iso639-2/php/English_list.php on 23rd July, 2009
| Field Summary | |
|---|---|
String |
bibliographicCode
The ISO639-2 three character Bibliographic Code. |
int |
classification
The bitwise OR of all applicable values from LanguageTagCodes. |
String |
name
The name of the language in English. |
String |
terminologyCode
The ISO639-2 three character Terminology Code. |
String |
twoCharCode
The ISO639-1 two character code. |
| Fields inherited from interface org.mulgara.jena.rdf.arp.lang.LanguageTagCodes |
|---|
LT_DEFAULT, LT_EXTRA, LT_IANA, LT_IANA_DEPRECATED, LT_ILLEGAL, LT_ISO3166, LT_ISO639, LT_LOCAL_USE, LT_MULTIPLE, LT_PRIVATE_USE, LT_UNDETERMINED |
| Method Summary | |
|---|---|
static Iso639 |
find(String lang)
Look an ISO-639 code up in the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int classification
LanguageTagCodes.
The possibilities are:
LT_ISO639LT_ISO639|LT_MULTIPLE i.e. mulLT_ISO639|LT_UNDETERMINED i.e. undLT_ISO639|LT_LOCAL_USE e.g. qaa
public final String twoCharCode
public final String terminologyCode
public final String bibliographicCode
public final String name
| Method Detail |
|---|
public static Iso639 find(String lang)
lang - The two or three character code to look up.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||