public static enum ApplyDialog.Where extends Enum<ApplyDialog.Where>
| Modifier and Type | Method and Description |
|---|---|
static ApplyDialog.Where |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplyDialog.Where[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyDialog.Where PLOT
public static final ApplyDialog.Where PAGE
public static final ApplyDialog.Where ALL
public static ApplyDialog.Where[] values()
for (ApplyDialog.Where c : ApplyDialog.Where.values()) System.out.println(c);
public static ApplyDialog.Where 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 © 2024 LSST. All rights reserved.