public static enum ViewerController.Action extends Enum<ViewerController.Action>
| Enum Constant and Description |
|---|
CANCEL |
DELETE |
DELETE_ALL |
SKIP |
SKIP_ALL |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static ViewerController.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewerController.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewerController.Action DELETE
public static final ViewerController.Action DELETE_ALL
public static final ViewerController.Action SKIP
public static final ViewerController.Action SKIP_ALL
public static final ViewerController.Action CANCEL
public static final ViewerController.Action VIEW
public static ViewerController.Action[] values()
for (ViewerController.Action c : ViewerController.Action.values()) System.out.println(c);
public static ViewerController.Action 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 © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.