| Package | Description |
|---|---|
| htsjdk.variant.vcf |
| Modifier and Type | Method and Description |
|---|---|
VCFHeaderLineType |
VCFCompoundHeaderLine.getType() |
static VCFHeaderLineType |
VCFHeaderLineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCFHeaderLineType[] |
VCFHeaderLineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VCFCompoundHeaderLine(String name,
int count,
VCFHeaderLineType type,
String description,
VCFCompoundHeaderLine.SupportedHeaderLineType lineType)
create a VCF format header line
|
VCFCompoundHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description,
VCFCompoundHeaderLine.SupportedHeaderLineType lineType)
create a VCF format header line
|
VCFFormatHeaderLine(String name,
int count,
VCFHeaderLineType type,
String description) |
VCFFormatHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |
VCFInfoHeaderLine(String name,
int count,
VCFHeaderLineType type,
String description) |
VCFInfoHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |