Package org.pharmgkb.parser.vcf.model
Class IdDescriptionMetadata
java.lang.Object
org.pharmgkb.parser.vcf.model.BaseMetadata
org.pharmgkb.parser.vcf.model.IdMetadata
org.pharmgkb.parser.vcf.model.IdDescriptionMetadata
- Direct Known Subclasses:
FormatMetadata,InfoMetadata
This class represents a single VCF metadata line with an id and description.
In 4.1/4.2:
##ALT=<ID=type,Description="description">
##FILTER=<ID=ID,Description="description">
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionIdDescriptionMetadata(String id, String description) protectedIdDescriptionMetadata(String id, String description, boolean isBaseType) IdDescriptionMetadata(Map<String, String> properties, boolean isBaseType) -
Method Summary
Methods inherited from class org.pharmgkb.parser.vcf.model.IdMetadata
getIdMethods inherited from class org.pharmgkb.parser.vcf.model.BaseMetadata
ensureNoExtras, getPropertiesRaw, getPropertiesUnquoted, getPropertyKeys, getPropertyRaw, getPropertyUnquoted, putAndQuoteProperty, putPropertyRaw
-
Field Details
-
ID
- See Also:
-
DESCRIPTION
- See Also:
-
-
Constructor Details
-
IdDescriptionMetadata
-
IdDescriptionMetadata
-
IdDescriptionMetadata
-
-
Method Details
-
getDescription
- Returns:
- Null only when incorrectly constructed without one
-