public enum ChromatogramTable extends Enum<ChromatogramTable>
Enum Constant and Description |
---|
ACTIVATION_TYPE |
DATA_ENCODING_ID |
DATA_POINTS |
DATA_PROCESSING_ID |
ID |
NAME |
PARAM_TREE |
PRECURSOR |
PRODUCT |
RUN_ID |
SHARED_PARAM_TREE_ID |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ChromatogramTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChromatogramTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromatogramTable ID
public static final ChromatogramTable NAME
public static final ChromatogramTable ACTIVATION_TYPE
public static final ChromatogramTable DATA_POINTS
public static final ChromatogramTable PARAM_TREE
public static final ChromatogramTable PRECURSOR
public static final ChromatogramTable PRODUCT
public static final ChromatogramTable SHARED_PARAM_TREE_ID
public static final ChromatogramTable RUN_ID
public static final ChromatogramTable DATA_PROCESSING_ID
public static final ChromatogramTable DATA_ENCODING_ID
public static String tableName
public static ChromatogramTable[] values()
for (ChromatogramTable c : ChromatogramTable.values()) System.out.println(c);
public static ChromatogramTable 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 getValue()
Copyright © 2019. All rights reserved.