public static enum ImageObject.ImageOptionType extends java.lang.Enum<ImageObject.ImageOptionType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId() |
static ImageObject.ImageOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageObject.ImageOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageObject.ImageOptionType DATA
public static final ImageObject.ImageOptionType URL
public static ImageObject.ImageOptionType[] values()
for (ImageObject.ImageOptionType c : ImageObject.ImageOptionType.values()) System.out.println(c);
public static ImageObject.ImageOptionType 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.Integer getId()