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