public enum PrecursorMzComputationEnum extends Enum<PrecursorMzComputationEnum>
Enum Constant and Description |
---|
MAIN_PRECURSOR_MZ |
REFINED |
REFINED_THERMO |
SELECTED_ION_MZ |
Modifier and Type | Method and Description |
---|---|
String |
getUserParamName() |
static PrecursorMzComputationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrecursorMzComputationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrecursorMzComputationEnum MAIN_PRECURSOR_MZ
public static final PrecursorMzComputationEnum SELECTED_ION_MZ
public static final PrecursorMzComputationEnum REFINED
public static final PrecursorMzComputationEnum REFINED_THERMO
public static PrecursorMzComputationEnum[] values()
for (PrecursorMzComputationEnum c : PrecursorMzComputationEnum.values()) System.out.println(c);
public static PrecursorMzComputationEnum 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 nullpublic String getUserParamName()
Copyright © 2019. All rights reserved.