public static enum UIAddOnSearchEdit.ImageType extends Enum<UIAddOnSearchEdit.ImageType>
| Enum Constant and Description |
|---|
AVATAR |
SCREENSHOT |
THUMBNAIL |
| Modifier and Type | Method and Description |
|---|---|
static UIAddOnSearchEdit.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIAddOnSearchEdit.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIAddOnSearchEdit.ImageType SCREENSHOT
public static final UIAddOnSearchEdit.ImageType AVATAR
public static final UIAddOnSearchEdit.ImageType THUMBNAIL
public static UIAddOnSearchEdit.ImageType[] values()
for (UIAddOnSearchEdit.ImageType c : UIAddOnSearchEdit.ImageType.values()) System.out.println(c);
public static UIAddOnSearchEdit.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 © 2003–2017 eXo Platform SAS. All rights reserved.