|
||||||||||
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 http://lcweb.loc.gov/standards/iso639-2/englangn.html on the 24th July 2001, and dated 12th October 2000.
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 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(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 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 |