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