|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.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 | |
---|---|
java.lang.String |
bibliographicCode
The ISO639-2 three character Bibliographic Code. |
int |
classification
The bitwise OR of all applicable values from LanguageTagCodes . |
java.lang.String |
name
The name of the language in English. |
java.lang.String |
terminologyCode
The ISO639-2 three character Terminology Code. |
java.lang.String |
twoCharCode
The ISO639-1 two character code. |
Fields inherited from interface com.hp.hpl.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(java.lang.String lang)
Look an ISO-639 code up in the list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int classification
LanguageTagCodes
.
The possibilities are:
LT_ISO639
LT_ISO639|LT_MULTIPLE
i.e. mul
LT_ISO639|LT_UNDETERMINED
i.e. und
LT_ISO639|LT_LOCAL_USE
e.g. qaa
public final java.lang.String twoCharCode
public final java.lang.String terminologyCode
public final java.lang.String bibliographicCode
public final java.lang.String name
Method Detail |
---|
public static Iso639 find(java.lang.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 |