|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Language>
org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language
public enum Language
Enum to hold all supported languages.
| Enum Constant Summary | |
|---|---|
af
Long and short form of the language. |
|
ar
Long and short form of the language. |
|
az
Long and short form of the language. |
|
be
Long and short form of the language. |
|
bg
Long and short form of the language. |
|
bn
Long and short form of the language. |
|
br
Long and short form of the language. |
|
bs
Long and short form of the language. |
|
ca
Long and short form of the language. |
|
cs
Long and short form of the language. |
|
cy
Long and short form of the language. |
|
da
Long and short form of the language. |
|
de
Long and short form of the language. |
|
el
Long and short form of the language. |
|
en
Long and short form of the language. |
|
eo
Long and short form of the language. |
|
es
Long and short form of the language. |
|
et
Long and short form of the language. |
|
eu
Long and short form of the language. |
|
fa
Long and short form of the language. |
|
fi
Long and short form of the language. |
|
fo
Long and short form of the language. |
|
fr
Long and short form of the language. |
|
fy
Long and short form of the language. |
|
ga
Long and short form of the language. |
|
gl
Long and short form of the language. |
|
ha
Long and short form of the language. |
|
he
Long and short form of the language. |
|
hi
Long and short form of the language. |
|
hr
Long and short form of the language. |
|
hu
Long and short form of the language. |
|
hy
Long and short form of the language. |
|
id
Long and short form of the language. |
|
is
Long and short form of the language. |
|
it
Long and short form of the language. |
|
ja
Long and short form of the language. |
|
ka
Long and short form of the language. |
|
kk
Long and short form of the language. |
|
kl
Long and short form of the language. |
|
ko
Long and short form of the language. |
|
ku
Long and short form of the language. |
|
ky
Long and short form of the language. |
|
la
Long and short form of the language. |
|
lb
Long and short form of the language. |
|
lt
Long and short form of the language. |
|
lv
Long and short form of the language. |
|
mi
Long and short form of the language. |
|
mn
Long and short form of the language. |
|
ms
Long and short form of the language. |
|
mt
Long and short form of the language. |
|
nb
Long and short form of the language. |
|
nl
Long and short form of the language. |
|
nn
Long and short form of the language. |
|
no
Long and short form of the language. |
|
pl
Long and short form of the language. |
|
ps
Long and short form of the language. |
|
pt
Long and short form of the language. |
|
rm
Long and short form of the language. |
|
ro
Long and short form of the language. |
|
ru
Long and short form of the language. |
|
se
Long and short form of the language. |
|
sk
Long and short form of the language. |
|
sl
Long and short form of the language. |
|
sq
Long and short form of the language. |
|
sr
Long and short form of the language. |
|
sv
Long and short form of the language. |
|
sw
Long and short form of the language. |
|
ta
Long and short form of the language. |
|
th
Long and short form of the language. |
|
tl
Long and short form of the language. |
|
tr
Long and short form of the language. |
|
uk
Long and short form of the language. |
|
ur
Long and short form of the language. |
|
uz
Long and short form of the language. |
|
vi
Long and short form of the language. |
|
wen
Long and short form of the language. |
|
yi
Long and short form of the language. |
|
zh_cn
Long and short form of the language. |
|
zh_tw
Long and short form of the language. |
|
zu
Long and short form of the language. |
|
| Method Summary | |
|---|---|
String |
toLongString()
Method to get the long language string. |
String |
toShortString()
Method to get the short language string. |
static Language |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Language[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Language af
public static final Language ar
public static final Language az
public static final Language be
public static final Language bg
public static final Language bn
public static final Language br
public static final Language bs
public static final Language ca
public static final Language cs
public static final Language cy
public static final Language da
public static final Language de
public static final Language el
public static final Language en
public static final Language eo
public static final Language es
public static final Language et
public static final Language eu
public static final Language fa
public static final Language fi
public static final Language fo
public static final Language fr
public static final Language fy
public static final Language ga
public static final Language gl
public static final Language ha
public static final Language he
public static final Language hi
public static final Language hr
public static final Language hu
public static final Language hy
public static final Language id
public static final Language is
public static final Language it
public static final Language ja
public static final Language ka
public static final Language kk
public static final Language kl
public static final Language ko
public static final Language ku
public static final Language ky
public static final Language la
public static final Language lb
public static final Language lt
public static final Language lv
public static final Language mi
public static final Language mn
public static final Language ms
public static final Language mt
public static final Language nb
public static final Language nl
public static final Language nn
public static final Language pl
public static final Language ps
public static final Language pt
public static final Language rm
public static final Language ro
public static final Language ru
public static final Language se
public static final Language sk
public static final Language sl
public static final Language sq
public static final Language sr
public static final Language sv
public static final Language sw
public static final Language ta
public static final Language th
public static final Language tl
public static final Language tr
public static final Language uk
public static final Language ur
public static final Language uz
public static final Language vi
public static final Language wen
public static final Language yi
public static final Language zh_cn
public static final Language zh_tw
public static final Language zu
public static final Language no
| Method Detail |
|---|
public static Language[] values()
for (Language c : Language.values()) System.out.println(c);
public static Language valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toLongString()
public String toShortString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||