public enum ImageDisplayStatus extends java.lang.Enum<ImageDisplayStatus>
Enum Constant and Description |
---|
STATUS_NOT_CONNECTED
Cannot contact the customer screen module.
|
STATUS_NOT_OPENED
Session not opened.
|
STATUS_NOT_READY
Customer screen is not ready to accept image requests.
|
STATUS_OK
Success.
|
Modifier and Type | Method and Description |
---|---|
static ImageDisplayStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageDisplayStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageDisplayStatus STATUS_OK
public static final ImageDisplayStatus STATUS_NOT_CONNECTED
public static final ImageDisplayStatus STATUS_NOT_OPENED
public static final ImageDisplayStatus STATUS_NOT_READY
public static ImageDisplayStatus[] values()
public static ImageDisplayStatus 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 null