public static enum ImageReaderMTB.OutImageType extends Enum<ImageReaderMTB.OutImageType>
| Enum Constant and Description |
|---|
DATASET |
IMAGE_PLUS |
MTB_IMAGE |
| Modifier and Type | Method and Description |
|---|---|
static ImageReaderMTB.OutImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageReaderMTB.OutImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageReaderMTB.OutImageType MTB_IMAGE
public static final ImageReaderMTB.OutImageType IMAGE_PLUS
public static final ImageReaderMTB.OutImageType DATASET
public static ImageReaderMTB.OutImageType[] values()
for (ImageReaderMTB.OutImageType c : ImageReaderMTB.OutImageType.values()) System.out.println(c);
public static ImageReaderMTB.OutImageType 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 © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.