public static enum MTBDataIOFileSwing.InputMode extends Enum<MTBDataIOFileSwing.InputMode>
Enum Constant and Description |
---|
MANUAL
Manual input of the data.
|
MTB_XML
Read data from XML beans MiToBo XML file (library: xbeans).
|
ROI_MANAGER
Get data from ImageJ roi manager.
|
SERIAL_XML
Read data from serialized XML file (library: xstream).
|
Modifier and Type | Method and Description |
---|---|
static MTBDataIOFileSwing.InputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBDataIOFileSwing.InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBDataIOFileSwing.InputMode ROI_MANAGER
public static final MTBDataIOFileSwing.InputMode MTB_XML
public static final MTBDataIOFileSwing.InputMode SERIAL_XML
public static final MTBDataIOFileSwing.InputMode MANUAL
public static MTBDataIOFileSwing.InputMode[] values()
for (MTBDataIOFileSwing.InputMode c : MTBDataIOFileSwing.InputMode.values()) System.out.println(c);
public static MTBDataIOFileSwing.InputMode 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–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.