protected static enum ChunkWriter.State extends Enum<ChunkWriter.State>
Modifier and Type | Method and Description |
---|---|
static ChunkWriter.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkWriter.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkWriter.State ERROR
public static final ChunkWriter.State END
public static final ChunkWriter.State DATA
public static final ChunkWriter.State DMR
public static final ChunkWriter.State INITIAL
public static ChunkWriter.State[] values()
for (ChunkWriter.State c : ChunkWriter.State.values()) System.out.println(c);
public static ChunkWriter.State 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 © 1999–2015 UCAR/Unidata. All rights reserved.