public static enum ImageProvider.ImageType extends Enum<ImageProvider.ImageType>
| Modifier and Type | Method and Description |
|---|---|
static ImageProvider.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageProvider.ImageType png
public static final ImageProvider.ImageType jpg
public static final ImageProvider.ImageType jpeg
public static ImageProvider.ImageType[] values()
for (ImageProvider.ImageType c : ImageProvider.ImageType.values()) System.out.println(c);
public static ImageProvider.ImageType 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 © 2013–2019 FF4J. All rights reserved.