public enum GAFCol extends Enum<GAFCol>
| Enum Constant and Description |
|---|
ARRAY_FILE |
ARRAY_ID |
BARCODE |
BARCODE_1 |
BARCODE_2 |
BARCODE_TYPE |
CAPTURING_KIT |
CONTACT |
EXTERNAL_SAMPLE_ID |
FLOWCELL |
GAF_QC_DATE |
GAF_QC_NAME |
GAF_QC_STATUS |
GCC_ANALYSIS |
INTERNAL_SAMPLE_ID |
LANE |
PREP_KIT |
PROJECT |
RUN |
SAMPLE_TYPE |
SEQ_TYPE |
SEQUENCER |
SEQUENCING_START_DATE |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAllColumnsNames() |
String |
toString() |
static GAFCol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GAFCol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAFCol INTERNAL_SAMPLE_ID
public static final GAFCol LANE
public static final GAFCol SEQUENCER
public static final GAFCol SEQUENCING_START_DATE
public static final GAFCol RUN
public static final GAFCol FLOWCELL
public static final GAFCol SEQ_TYPE
public static final GAFCol BARCODE_1
public static final GAFCol EXTERNAL_SAMPLE_ID
public static final GAFCol PROJECT
public static final GAFCol CONTACT
public static final GAFCol SAMPLE_TYPE
public static final GAFCol ARRAY_FILE
public static final GAFCol ARRAY_ID
public static final GAFCol CAPTURING_KIT
public static final GAFCol PREP_KIT
public static final GAFCol GAF_QC_NAME
public static final GAFCol GAF_QC_DATE
public static final GAFCol GAF_QC_STATUS
public static final GAFCol GCC_ANALYSIS
public static final GAFCol BARCODE_2
public static final GAFCol BARCODE
public static final GAFCol BARCODE_TYPE
public static GAFCol[] values()
for (GAFCol c : GAFCol.values()) System.out.println(c);
public static GAFCol 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 nullCopyright © 2016. All Rights Reserved.