public enum RunSliceTable extends Enum<RunSliceTable>
Enum Constant and Description |
---|
BEGIN_MZ |
END_MZ |
ID |
MS_LEVEL |
NUMBER |
PARAM_TREE |
RUN_ID |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static RunSliceTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunSliceTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunSliceTable ID
public static final RunSliceTable MS_LEVEL
public static final RunSliceTable NUMBER
public static final RunSliceTable BEGIN_MZ
public static final RunSliceTable END_MZ
public static final RunSliceTable PARAM_TREE
public static final RunSliceTable RUN_ID
public static String tableName
public static RunSliceTable[] values()
for (RunSliceTable c : RunSliceTable.values()) System.out.println(c);
public static RunSliceTable 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.