Serializable
, Comparable<VCFHeader.HEADER_FIELDS>
public static enum VCFHeader.HEADER_FIELDS extends Enum<VCFHeader.HEADER_FIELDS>
Enum Constant | Description |
---|---|
ALT |
|
CHROM |
|
FILTER |
|
ID |
|
INFO |
|
POS |
|
QUAL |
|
REF |
Modifier and Type | Method | Description |
---|---|---|
static VCFHeader.HEADER_FIELDS |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static VCFHeader.HEADER_FIELDS[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCFHeader.HEADER_FIELDS CHROM
public static final VCFHeader.HEADER_FIELDS POS
public static final VCFHeader.HEADER_FIELDS ID
public static final VCFHeader.HEADER_FIELDS REF
public static final VCFHeader.HEADER_FIELDS ALT
public static final VCFHeader.HEADER_FIELDS QUAL
public static final VCFHeader.HEADER_FIELDS FILTER
public static final VCFHeader.HEADER_FIELDS INFO
public static VCFHeader.HEADER_FIELDS[] values()
for (VCFHeader.HEADER_FIELDS c : VCFHeader.HEADER_FIELDS.values()) System.out.println(c);
public static VCFHeader.HEADER_FIELDS 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 null