public static enum ServerView.CallbackAction extends Enum<ServerView.CallbackAction>
Enum Constant and Description |
---|
CONTINUE |
UNREGISTER |
Modifier and Type | Method and Description |
---|---|
static ServerView.CallbackAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerView.CallbackAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerView.CallbackAction CONTINUE
public static final ServerView.CallbackAction UNREGISTER
public static ServerView.CallbackAction[] values()
for (ServerView.CallbackAction c : ServerView.CallbackAction.values()) System.out.println(c);
public static ServerView.CallbackAction 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 nullCopyright © 2011–2015. All rights reserved.