public static enum MetaMorpheusParameters.MetaMorpheusSearchType extends Enum<MetaMorpheusParameters.MetaMorpheusSearchType>
Enum Constant and Description |
---|
Classic |
Modern |
NonSpecific |
Modifier and Type | Method and Description |
---|---|
static MetaMorpheusParameters.MetaMorpheusSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaMorpheusParameters.MetaMorpheusSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaMorpheusParameters.MetaMorpheusSearchType Classic
public static final MetaMorpheusParameters.MetaMorpheusSearchType Modern
public static final MetaMorpheusParameters.MetaMorpheusSearchType NonSpecific
public static MetaMorpheusParameters.MetaMorpheusSearchType[] values()
for (MetaMorpheusParameters.MetaMorpheusSearchType c : MetaMorpheusParameters.MetaMorpheusSearchType.values()) System.out.println(c);
public static MetaMorpheusParameters.MetaMorpheusSearchType 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 © 2021. All rights reserved.