@Deprecated public static enum NCdumpW.WantValues extends java.lang.Enum<NCdumpW.WantValues>
Enum Constant and Description |
---|
all
Deprecated.
|
coordsOnly
Deprecated.
|
none
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NCdumpW.WantValues |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NCdumpW.WantValues[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCdumpW.WantValues none
public static final NCdumpW.WantValues coordsOnly
public static final NCdumpW.WantValues all
public static NCdumpW.WantValues[] values()
for (NCdumpW.WantValues c : NCdumpW.WantValues.values()) System.out.println(c);
public static NCdumpW.WantValues 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