public static enum NCdumpW.WantValues extends Enum<NCdumpW.WantValues>
Enum Constant and Description |
---|
all |
coordsOnly |
none |
Modifier and Type | Method and Description |
---|---|
static NCdumpW.WantValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCdumpW.WantValues[] |
values()
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(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 null