public static enum PhantomJSDocumentFetcher.Quality extends Enum<PhantomJSDocumentFetcher.Quality>
Modifier and Type | Method and Description |
---|---|
static PhantomJSDocumentFetcher.Quality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhantomJSDocumentFetcher.Quality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhantomJSDocumentFetcher.Quality AUTO
public static final PhantomJSDocumentFetcher.Quality LOW
public static final PhantomJSDocumentFetcher.Quality MEDIUM
public static final PhantomJSDocumentFetcher.Quality HIGH
public static final PhantomJSDocumentFetcher.Quality MAX
public static PhantomJSDocumentFetcher.Quality[] values()
for (PhantomJSDocumentFetcher.Quality c : PhantomJSDocumentFetcher.Quality.values()) System.out.println(c);
public static PhantomJSDocumentFetcher.Quality 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 © 2009–2021 Norconex Inc.. All rights reserved.