public static enum NetCDFUtilities.ParameterBehaviour extends Enum<NetCDFUtilities.ParameterBehaviour>
| Enum Constant and Description |
|---|
DO_NOTHING |
MAX |
MIN |
| Modifier and Type | Method and Description |
|---|---|
static NetCDFUtilities.ParameterBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFUtilities.ParameterBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFUtilities.ParameterBehaviour DO_NOTHING
public static final NetCDFUtilities.ParameterBehaviour MAX
public static final NetCDFUtilities.ParameterBehaviour MIN
public static NetCDFUtilities.ParameterBehaviour[] values()
for (NetCDFUtilities.ParameterBehaviour c : NetCDFUtilities.ParameterBehaviour.values()) System.out.println(c);
public static NetCDFUtilities.ParameterBehaviour 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 nullCopyright © 1996–2019 Geotools. All rights reserved.