public static enum Jiffle.ImageRole extends Enum<Jiffle.ImageRole>
Enum Constant and Description |
---|
DEST
Indicates an image is used for output (write-only)
|
SOURCE
Indicates an image is used for input (read-only)
|
Modifier and Type | Method and Description |
---|---|
static Jiffle.ImageRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jiffle.ImageRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jiffle.ImageRole SOURCE
public static final Jiffle.ImageRole DEST
public static Jiffle.ImageRole[] values()
for (Jiffle.ImageRole c : Jiffle.ImageRole.values()) System.out.println(c);
public static Jiffle.ImageRole 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 © 2006–2018 GeoSolutions. All rights reserved.