public class VCFFormatHeaderLine extends VCFCompoundHeaderLine
VCFCompoundHeaderLine.SupportedHeaderLineTypeALLOW_UNBOUND_DESCRIPTIONS, serialVersionUID, UNBOUND_DESCRIPTION| Constructor and Description |
|---|
VCFFormatHeaderLine(java.lang.String name,
int count,
VCFHeaderLineType type,
java.lang.String description) |
VCFFormatHeaderLine(java.lang.String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
java.lang.String description) |
VCFFormatHeaderLine(java.lang.String line,
VCFHeaderVersion version) |
| Modifier and Type | Method and 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)
|
equals, equalsExcludingDescription, getCount, getCount, getCountType, getDescription, getID, getType, hashCode, isFixedCount, sameLineTypeAndName, setNumberToUnbounded, toStringEncodingcompareTo, getKey, getValue, isHeaderLine, toString, toStringEncodingpublic VCFFormatHeaderLine(java.lang.String name,
int count,
VCFHeaderLineType type,
java.lang.String description)
public VCFFormatHeaderLine(java.lang.String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
java.lang.String description)
public VCFFormatHeaderLine(java.lang.String line,
VCFHeaderVersion version)
public boolean shouldBeAddedToDictionary()
VCFHeaderLineshouldBeAddedToDictionary in class VCFHeaderLine