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