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