public enum ImageCollectionProcessorMode extends Enum<ImageCollectionProcessorMode> implements CmdLineOptionsProvider
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageCollectionProcessorMode.ModeOp |
| Modifier and Type | Method and Description |
|---|---|
abstract ImageCollectionProcessorMode.ModeOp |
getOptions() |
static ImageCollectionProcessorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageCollectionProcessorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageCollectionProcessorMode DIR
public static final ImageCollectionProcessorMode SF
public static ImageCollectionProcessorMode[] values()
for (ImageCollectionProcessorMode c : ImageCollectionProcessorMode.values()) System.out.println(c);
public static ImageCollectionProcessorMode 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 abstract ImageCollectionProcessorMode.ModeOp getOptions()
getOptions in interface CmdLineOptionsProvider