public static enum MolImportModule.PreferredView extends java.lang.Enum<MolImportModule.PreferredView>
Enum Constant and Description |
---|
Default |
Matrix |
Spreadsheet |
Modifier and Type | Method and Description |
---|---|
static MolImportModule.PreferredView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MolImportModule.PreferredView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolImportModule.PreferredView Matrix
public static final MolImportModule.PreferredView Spreadsheet
public static final MolImportModule.PreferredView Default
public static MolImportModule.PreferredView[] values()
for (MolImportModule.PreferredView c : MolImportModule.PreferredView.values()) System.out.println(c);
public static MolImportModule.PreferredView valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null