public enum WMOCode45501 extends Enum<WMOCode45501>
| Enum Constant and Description |
|---|
Clear
Clear (no clouds at any level)
|
Cloudy |
Fog |
Monsoon |
NA |
Rain |
ReservedForFutureUse10 |
ReservedForFutureUse11 |
ReservedForFutureUse12 |
ReservedForFutureUse13 |
ReservedForFutureUse14 |
ReservedForFutureUse15 |
ReservedForFutureUse9 |
Snow |
Thunderstorm |
TyphoonHurricane |
| Modifier and Type | Method and Description |
|---|---|
static WMOCode45501 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WMOCode45501[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WMOCode45501 Clear
public static final WMOCode45501 Cloudy
public static final WMOCode45501 Rain
public static final WMOCode45501 Fog
public static final WMOCode45501 Snow
public static final WMOCode45501 TyphoonHurricane
public static final WMOCode45501 Monsoon
public static final WMOCode45501 Thunderstorm
public static final WMOCode45501 NA
public static final WMOCode45501 ReservedForFutureUse9
public static final WMOCode45501 ReservedForFutureUse10
public static final WMOCode45501 ReservedForFutureUse11
public static final WMOCode45501 ReservedForFutureUse12
public static final WMOCode45501 ReservedForFutureUse13
public static final WMOCode45501 ReservedForFutureUse14
public static final WMOCode45501 ReservedForFutureUse15
public static WMOCode45501[] values()
for (WMOCode45501 c : WMOCode45501.values()) System.out.println(c);
public static WMOCode45501 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.