Package | Description |
---|---|
htsjdk.variant.vcf |
Modifier and Type | Method and Description |
---|---|
static VCFHeader.HEADER_FIELDS |
VCFHeader.HEADER_FIELDS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VCFHeader.HEADER_FIELDS[] |
VCFHeader.HEADER_FIELDS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<VCFHeader.HEADER_FIELDS> |
VCFHeader.getHeaderFields()
get the header fields in order they're presented in the input file (which is now required to be
the order presented in the spec).
|