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