VCFIDHeaderLine
, Serializable
, Comparable
public class VCFInfoHeaderLine extends VCFCompoundHeaderLine
VCFCompoundHeaderLine.SupportedHeaderLineType
ALLOW_UNBOUND_DESCRIPTIONS, serialVersionUID, UNBOUND_DESCRIPTION
Constructor | Description |
---|---|
VCFInfoHeaderLine(String name,
int count,
VCFHeaderLineType type,
String description) |
|
VCFInfoHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |
|
VCFInfoHeaderLine(String line,
VCFHeaderVersion version) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
shouldBeAddedToDictionary() |
By default the header lines won't be added to the dictionary, unless this method will be override (for example in FORMAT, INFO or FILTER header lines)
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, equalsExcludingDescription, getCount, getCount, getCountType, getDescription, getID, getType, hashCode, isFixedCount, sameLineTypeAndName, setNumberToUnbounded, toStringEncoding
compareTo, getKey, getValue, isHeaderLine, toString, toStringEncoding
public VCFInfoHeaderLine(String name, int count, VCFHeaderLineType type, String description)
public VCFInfoHeaderLine(String name, VCFHeaderLineCount count, VCFHeaderLineType type, String description)
public VCFInfoHeaderLine(String line, VCFHeaderVersion version)
public boolean shouldBeAddedToDictionary()
VCFHeaderLine
shouldBeAddedToDictionary
in class VCFHeaderLine