public static enum NetCDFPublisher.ParameterConfigure extends Enum<NetCDFPublisher.ParameterConfigure>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NetCDFPublisher.ParameterConfigure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFPublisher.ParameterConfigure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFPublisher.ParameterConfigure FIRST
public static final NetCDFPublisher.ParameterConfigure NONE
public static final NetCDFPublisher.ParameterConfigure ALL
public static NetCDFPublisher.ParameterConfigure[] values()
for (NetCDFPublisher.ParameterConfigure c : NetCDFPublisher.ParameterConfigure.values()) System.out.println(c);
public static NetCDFPublisher.ParameterConfigure 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 nullpublic String toString()
toString in class Enum<NetCDFPublisher.ParameterConfigure>Copyright © 2019. All Rights Reserved.