public static enum ImageWrapper.Category extends Enum<ImageWrapper.Category>
Modifier and Type | Method and Description |
---|---|
static ImageWrapper.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageWrapper.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageWrapper.Category VIS
public static final ImageWrapper.Category MS
public static final ImageWrapper.Category CLOUD
public static ImageWrapper.Category[] values()
for (ImageWrapper.Category c : ImageWrapper.Category.values()) System.out.println(c);
public static ImageWrapper.Category 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–2014 GeoSolutions. All rights reserved.