public enum ImageNature extends java.lang.Enum<ImageNature>
| Enum Constant and Description |
|---|
AD |
AD_CATEGORY |
CONFIGURATION |
IMPORTED |
SYSTEM_CUSTOM |
TEMP |
THEME |
USER |
USER_CUSTOM |
VOUCHER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getControllerPath() |
static ImageNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageNature SYSTEM_CUSTOM
public static final ImageNature USER_CUSTOM
public static final ImageNature USER
public static final ImageNature AD
public static final ImageNature AD_CATEGORY
public static final ImageNature TEMP
public static final ImageNature VOUCHER_TYPE
public static final ImageNature CONFIGURATION
public static final ImageNature THEME
public static final ImageNature IMPORTED
public static ImageNature[] values()
for (ImageNature c : ImageNature.values()) System.out.println(c);
public static ImageNature 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 nullpublic java.lang.String getControllerPath()