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