public enum RunTable extends Enum<RunTable>
Enum Constant and Description |
---|
DEFAULT_CHROM_PROCESSING_ID |
DEFAULT_INSTRUMENT_CONFIG_ID |
DEFAULT_SCAN_PROCESSING_ID |
DEFAULT_SOURCE_FILE_ID |
ID |
NAME |
PARAM_TREE |
SAMPLE_ID |
SHARED_PARAM_TREE_ID |
START_TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static RunTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunTable ID
public static final RunTable NAME
public static final RunTable START_TIMESTAMP
public static final RunTable PARAM_TREE
public static final RunTable SHARED_PARAM_TREE_ID
public static final RunTable SAMPLE_ID
public static final RunTable DEFAULT_INSTRUMENT_CONFIG_ID
public static final RunTable DEFAULT_SOURCE_FILE_ID
public static final RunTable DEFAULT_SCAN_PROCESSING_ID
public static final RunTable DEFAULT_CHROM_PROCESSING_ID
public static String tableName
public static RunTable[] values()
for (RunTable c : RunTable.values()) System.out.println(c);
public static RunTable 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.