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