public enum ReservedFormatProperty extends java.lang.Enum<ReservedFormatProperty> implements ReservedProperty
| 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 ReservedFormatProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReservedFormatProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReservedFormatProperty Genotype
public static final ReservedFormatProperty Depth
public static final ReservedFormatProperty Filter
public static final ReservedFormatProperty GenotypeLikelihoods
public static final ReservedFormatProperty GenotypeLikelihoodsOfHeterogenousPloidy
public static final ReservedFormatProperty PhredScaledGenotypeLikelihoods
public static final ReservedFormatProperty GenotypePosteriorProbabilitiesPhredScaled
public static final ReservedFormatProperty GenotypeQualityConditional
public static final ReservedFormatProperty HaplotypeQualities
public static final ReservedFormatProperty PhaseSet
public static final ReservedFormatProperty PhasingQuality
public static final ReservedFormatProperty ExpectedAlleleCounts
public static final ReservedFormatProperty MappingQuality
public static final ReservedFormatProperty CopyNumber
public static final ReservedFormatProperty CopyNumberGenotypeQuality
public static final ReservedFormatProperty CopyNumberLikelihood
public static final ReservedFormatProperty PhredScoreForNovelty
public static final ReservedFormatProperty HaplotypeId
public static final ReservedFormatProperty AncestralHaplotypeId
public static ReservedFormatProperty[] values()
for (ReservedFormatProperty c : ReservedFormatProperty.values()) System.out.println(c);
public static ReservedFormatProperty 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@Nullable public java.lang.String getNumber()
public boolean isList()
isList in interface ReservedProperty