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