public static enum MMElementRule.Database extends Enum<MMElementRule.Database>
Enum Constant and Description |
---|
DNP
Dictionary of Natural Products Online mass spectral database.
|
WILEY
Wiley mass spectral database.
|
Modifier and Type | Method and Description |
---|---|
static MMElementRule.Database |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMElementRule.Database[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMElementRule.Database WILEY
public static final MMElementRule.Database DNP
public static MMElementRule.Database[] values()
for (MMElementRule.Database c : MMElementRule.Database.values()) System.out.println(c);
public static MMElementRule.Database 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 © 2017. All Rights Reserved.