public enum GAFCol extends Enum<GAFCol>
| 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 SAMPLE
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 End_Product_Concentration_nmol__l
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 PLATES_IN_STOCK__DNA_SEQUENCING
public static final GAFCol REJECTED_FOR_PROCESSING
public static final GAFCol PLATES_IN_STOCK__DNA_SEQUENCING__WHOLE_GENOME_CAPTURING
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 © 2015. All Rights Reserved.