| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="s") public static final ImageType S
@SerializedName(value="m") public static final ImageType M
@SerializedName(value="x") public static final ImageType X
@SerializedName(value="l") public static final ImageType L
@SerializedName(value="o") public static final ImageType O
@SerializedName(value="p") public static final ImageType P
@SerializedName(value="q") public static final ImageType Q
@SerializedName(value="r") public static final ImageType R
@SerializedName(value="y") public static final ImageType Y
@SerializedName(value="z") public static final ImageType Z
@SerializedName(value="w") public static final ImageType W
@SerializedName(value="base") public static final ImageType BASE
public static ImageType[] values()
for (ImageType c : ImageType.values()) System.out.println(c);
public static ImageType 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 toString()
toString in class java.lang.Enum<ImageType>