VCFIDHeaderLine
, Serializable
, Comparable
public class VCFFormatHeaderLine extends VCFCompoundHeaderLine
VCFCompoundHeaderLine.SupportedHeaderLineType
ALLOW_UNBOUND_DESCRIPTIONS, serialVersionUID, UNBOUND_DESCRIPTION
Constructor | Description |
---|---|
VCFFormatHeaderLine(String name,
int count,
VCFHeaderLineType type,
String description) |
|
VCFFormatHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |
|
VCFFormatHeaderLine(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 VCFFormatHeaderLine(String name, int count, VCFHeaderLineType type, String description)
public VCFFormatHeaderLine(String name, VCFHeaderLineCount count, VCFHeaderLineType type, String description)
public VCFFormatHeaderLine(String line, VCFHeaderVersion version)
public boolean shouldBeAddedToDictionary()
VCFHeaderLine
shouldBeAddedToDictionary
in class VCFHeaderLine