|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OwmQueryHint.Language>
com.oopitis.weather.owm.OwmQueryHint.Language
public static enum OwmQueryHint.Language
Languages that Open Weather Map supports.
| Enum Constant Summary | |
|---|---|
bg
Bulgarian. |
|
de
German. |
|
en
English. |
|
fi
Finnish. |
|
fr
French. |
|
it
Italian. |
|
nl
Dutch. |
|
pl
Polish. |
|
pt
Portuguese. |
|
ro
Romanian. |
|
ru
Russian. |
|
se
Swedish. |
|
sp
Spanish. |
|
tr
Turkish. |
|
ua
Ukrainian. |
|
zh_cn
Chinese Simplified. |
|
zh_tw
Chinese Traditional. |
|
| Method Summary | |
|---|---|
static OwmQueryHint.Language |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OwmQueryHint.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 OwmQueryHint.Language en
public static final OwmQueryHint.Language ru
public static final OwmQueryHint.Language it
public static final OwmQueryHint.Language sp
public static final OwmQueryHint.Language ua
public static final OwmQueryHint.Language de
public static final OwmQueryHint.Language pt
public static final OwmQueryHint.Language ro
public static final OwmQueryHint.Language pl
public static final OwmQueryHint.Language fi
public static final OwmQueryHint.Language nl
public static final OwmQueryHint.Language fr
public static final OwmQueryHint.Language bg
public static final OwmQueryHint.Language se
public static final OwmQueryHint.Language zh_tw
public static final OwmQueryHint.Language zh_cn
public static final OwmQueryHint.Language tr
| Method Detail |
|---|
public static OwmQueryHint.Language[] values()
for (OwmQueryHint.Language c : OwmQueryHint.Language.values()) System.out.println(c);
public static OwmQueryHint.Language valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||