public static enum ResourceHelper.Format extends Enum<ResourceHelper.Format>
Modifier and Type | Method and Description |
---|---|
static ResourceHelper.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceHelper.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceHelper.Format BMP
public static final ResourceHelper.Format JPEG
public static final ResourceHelper.Format PNG
public static final ResourceHelper.Format GIF
public static ResourceHelper.Format[] values()
for (ResourceHelper.Format c : ResourceHelper.Format.values()) System.out.println(c);
public static ResourceHelper.Format 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-2017 The Apache Software Foundation. All Rights Reserved.