public enum BrowserPreference extends Enum<BrowserPreference>
| Enum Constant and Description |
|---|
DownloadDirectory |
DownloadFolderList |
Language |
SaveToDisk |
| Modifier and Type | Method and Description |
|---|---|
String |
getChromeKey() |
String |
getFireFoxKey() |
static BrowserPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserPreference Language
public static final BrowserPreference DownloadFolderList
public static final BrowserPreference DownloadDirectory
public static final BrowserPreference SaveToDisk
public static BrowserPreference[] values()
for (BrowserPreference c : BrowserPreference.values()) System.out.println(c);
public static BrowserPreference 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 nullpublic String getFireFoxKey()
public String getChromeKey()
Copyright © 2015 Alfresco Software. All rights reserved.