public enum MetaMapperMode extends Enum<MetaMapperMode>
Modifier and Type | Method and Description |
---|---|
abstract MetaMapper |
mapper(ImageCollectionProcessor<MBFImage> processor) |
static MetaMapperMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaMapperMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaMapperMode CONSOLE
public static final MetaMapperMode FILE
public static MetaMapperMode[] values()
for (MetaMapperMode c : MetaMapperMode.values()) System.out.println(c);
public static MetaMapperMode 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 MetaMapper mapper(ImageCollectionProcessor<MBFImage> processor) throws IOException
IOException