public static enum RadarServer.RadarType extends Enum<RadarServer.RadarType>
| Modifier and Type | Method and Description |
|---|---|
static RadarServer.RadarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RadarServer.RadarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RadarServer.RadarType nexrad
public static final RadarServer.RadarType terminal
public static RadarServer.RadarType[] values()
for (RadarServer.RadarType c : RadarServer.RadarType.values()) System.out.println(c);
public static RadarServer.RadarType 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 © 1999-2013 UCAR/Unidata. All Rights Reserved.