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