public static enum ImageUploadHandler.PersistMode extends java.lang.Enum<ImageUploadHandler.PersistMode>
| Modifier and Type | Method and Description | 
|---|---|
static ImageUploadHandler.PersistMode | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ImageUploadHandler.PersistMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ImageUploadHandler.PersistMode CACHE
public static final ImageUploadHandler.PersistMode STORAGE
public static ImageUploadHandler.PersistMode[] values()
for (ImageUploadHandler.PersistMode c : ImageUploadHandler.PersistMode.values()) System.out.println(c);
public static ImageUploadHandler.PersistMode 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 nullCopyright © 2001-2018 Jalios SA. All Rights Reserved.