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