public enum ReservedInfoProperty extends java.lang.Enum<ReservedInfoProperty> implements ReservedProperty
| Enum Constant and Description |
|---|
AlleleCount |
AlleleFrequency |
AlleleNumber |
AncestralAllele |
BaseQuality |
BreakpointId |
Cigar |
ConfidenceIntervalForAdjacencyCopyNumber |
ConfidenceIntervalForEnd |
ConfidenceIntervalForInsertedMaterial |
ConfidenceIntervalForPosition |
ConfidenceIntervalForSegmentCopyNumber |
CopyNumberOfAdjacency |
CopyNumberOfSegment |
DbripId |
Dbsnp |
DbvarId |
Depth |
DgvId |
End |
EventId |
Hapmap2 |
Hapmap3 |
HomologyLength |
HomologySequence |
Imprecise |
MappingQuality |
MappingQualityZeroCount |
MateId |
MobileElementInfo |
MobileElementTransduction |
Novel |
NumberOfSamples |
PartnerId |
ReadDepthOfAdjacency |
SomaticMutation |
StrandBias |
StructuralVariantLength |
StructuralVariantType
Note that the VCF 4.2 spec calls this "SYTYPE", which is clearly a typo.
|
ThousandGenomes |
Validated |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getNumber() |
java.lang.Class |
getType() |
boolean |
isList() |
static ReservedInfoProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReservedInfoProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReservedInfoProperty AncestralAllele
public static final ReservedInfoProperty AlleleCount
public static final ReservedInfoProperty AlleleFrequency
public static final ReservedInfoProperty AlleleNumber
public static final ReservedInfoProperty BaseQuality
public static final ReservedInfoProperty Cigar
public static final ReservedInfoProperty Dbsnp
public static final ReservedInfoProperty Depth
public static final ReservedInfoProperty Hapmap2
public static final ReservedInfoProperty Hapmap3
public static final ReservedInfoProperty MappingQuality
public static final ReservedInfoProperty MappingQualityZeroCount
public static final ReservedInfoProperty NumberOfSamples
public static final ReservedInfoProperty StrandBias
public static final ReservedInfoProperty SomaticMutation
public static final ReservedInfoProperty Validated
public static final ReservedInfoProperty ThousandGenomes
public static final ReservedInfoProperty Imprecise
public static final ReservedInfoProperty Novel
public static final ReservedInfoProperty End
public static final ReservedInfoProperty StructuralVariantType
public static final ReservedInfoProperty StructuralVariantLength
public static final ReservedInfoProperty ConfidenceIntervalForPosition
public static final ReservedInfoProperty ConfidenceIntervalForEnd
public static final ReservedInfoProperty HomologyLength
public static final ReservedInfoProperty HomologySequence
public static final ReservedInfoProperty BreakpointId
public static final ReservedInfoProperty MobileElementInfo
public static final ReservedInfoProperty MobileElementTransduction
public static final ReservedInfoProperty DgvId
public static final ReservedInfoProperty DbvarId
public static final ReservedInfoProperty DbripId
public static final ReservedInfoProperty MateId
public static final ReservedInfoProperty PartnerId
public static final ReservedInfoProperty EventId
public static final ReservedInfoProperty ConfidenceIntervalForInsertedMaterial
public static final ReservedInfoProperty ReadDepthOfAdjacency
public static final ReservedInfoProperty CopyNumberOfSegment
public static final ReservedInfoProperty CopyNumberOfAdjacency
public static final ReservedInfoProperty ConfidenceIntervalForSegmentCopyNumber
public static final ReservedInfoProperty ConfidenceIntervalForAdjacencyCopyNumber
public static ReservedInfoProperty[] values()
for (ReservedInfoProperty c : ReservedInfoProperty.values()) System.out.println(c);
public static ReservedInfoProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Nonnull public java.lang.String getId()
getId in interface ReservedProperty@Nonnull public java.lang.String getDescription()
getDescription in interface ReservedProperty@Nonnull public java.lang.Class getType()
getType in interface ReservedProperty@Nonnull public java.lang.String getNumber()
public boolean isList()
isList in interface ReservedProperty