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