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