public static enum SAMReadGroupRecord.PlatformValue extends java.lang.Enum<SAMReadGroupRecord.PlatformValue>
Enum Constant and Description |
---|
BGI
Deprecated.
Use DNBSEQ instead.
|
CAPILLARY
Capillary
|
DNBSEQ
MGI/BGI
|
ELEMENT
Element Biosciences
|
HELICOS
Helicos Biosciences
|
ILLUMINA
Illumina
|
IONTORRENT
Iontorrent
|
LS454
454 Life Sciences
|
ONT
Oxford Nanopore
|
OTHER
Deprecated.
OTHER is not an official value. It is recommended to omit PL if it is not in this list or is unknown.
|
PACBIO
Pacific Biotechnology
|
SOLID
Life Technologies
|
ULTIMA
Ultima Genomics
|
Modifier and Type | Method and Description |
---|---|
static SAMReadGroupRecord.PlatformValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SAMReadGroupRecord.PlatformValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final SAMReadGroupRecord.PlatformValue BGI
public static final SAMReadGroupRecord.PlatformValue CAPILLARY
public static final SAMReadGroupRecord.PlatformValue DNBSEQ
public static final SAMReadGroupRecord.PlatformValue ELEMENT
public static final SAMReadGroupRecord.PlatformValue HELICOS
public static final SAMReadGroupRecord.PlatformValue ILLUMINA
public static final SAMReadGroupRecord.PlatformValue IONTORRENT
public static final SAMReadGroupRecord.PlatformValue LS454
public static final SAMReadGroupRecord.PlatformValue ONT
@Deprecated public static final SAMReadGroupRecord.PlatformValue OTHER
public static final SAMReadGroupRecord.PlatformValue PACBIO
public static final SAMReadGroupRecord.PlatformValue SOLID
public static final SAMReadGroupRecord.PlatformValue ULTIMA
public static SAMReadGroupRecord.PlatformValue[] values()
for (SAMReadGroupRecord.PlatformValue c : SAMReadGroupRecord.PlatformValue.values()) System.out.println(c);
public static SAMReadGroupRecord.PlatformValue valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null