public enum ImageListSourceType extends Enum<ImageListSourceType>
| Enum Constant and Description |
|---|
ORACLE_PUBLIC_IMAGE |
PRIVATE_IAMGE |
| Modifier and Type | Method and Description |
|---|---|
static ImageListSourceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ImageListSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageListSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageListSourceType ORACLE_PUBLIC_IMAGE
public static final ImageListSourceType PRIVATE_IAMGE
public static ImageListSourceType[] values()
for (ImageListSourceType c : ImageListSourceType.values()) System.out.println(c);
public static ImageListSourceType 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 nullpublic String toString()
toString in class Enum<ImageListSourceType>public static ImageListSourceType fromValue(String value)
value - real valueCopyright © 2016–2018. All rights reserved.