public static enum ThreddsTypes.DATA_TYPES extends java.lang.Enum<ThreddsTypes.DATA_TYPES>
Enum Constant and Description |
---|
Grid |
Image |
Point |
Radial |
Station |
Swath |
Trajectory |
Modifier and Type | Method and Description |
---|---|
static ThreddsTypes.DATA_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreddsTypes.DATA_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreddsTypes.DATA_TYPES Grid
public static final ThreddsTypes.DATA_TYPES Image
public static final ThreddsTypes.DATA_TYPES Point
public static final ThreddsTypes.DATA_TYPES Radial
public static final ThreddsTypes.DATA_TYPES Station
public static final ThreddsTypes.DATA_TYPES Swath
public static final ThreddsTypes.DATA_TYPES Trajectory
public static ThreddsTypes.DATA_TYPES[] values()
for (ThreddsTypes.DATA_TYPES c : ThreddsTypes.DATA_TYPES.values()) System.out.println(c);
public static ThreddsTypes.DATA_TYPES 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 namejava.lang.NullPointerException
- if the argument is null