public static enum Advocate.AdvocateType extends Enum<Advocate.AdvocateType>
| Enum Constant and Description |
|---|
multiple_algorithm_software |
rescoring_algorithm |
search_engine |
sequencing_algorithm |
spectral_library |
unknown |
| Modifier and Type | Method and Description |
|---|---|
static Advocate.AdvocateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advocate.AdvocateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advocate.AdvocateType search_engine
public static final Advocate.AdvocateType sequencing_algorithm
public static final Advocate.AdvocateType spectral_library
public static final Advocate.AdvocateType rescoring_algorithm
public static final Advocate.AdvocateType multiple_algorithm_software
public static final Advocate.AdvocateType unknown
public static Advocate.AdvocateType[] values()
for (Advocate.AdvocateType c : Advocate.AdvocateType.values()) System.out.println(c);
public static Advocate.AdvocateType 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 © 2014. All rights reserved.