protected static enum VCFMultiSampleReader.vcf_version extends java.lang.Enum<VCFMultiSampleReader.vcf_version>
Modifier and Type | Method and Description |
---|---|
static VCFMultiSampleReader.vcf_version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VCFMultiSampleReader.vcf_version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCFMultiSampleReader.vcf_version vcf_v33
public static final VCFMultiSampleReader.vcf_version vcf_v40
public static final VCFMultiSampleReader.vcf_version vcf_v41
public static VCFMultiSampleReader.vcf_version[] values()
for (VCFMultiSampleReader.vcf_version c : VCFMultiSampleReader.vcf_version.values()) System.out.println(c);
public static VCFMultiSampleReader.vcf_version 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 nullCopyright © 2010-2014 Pacific Biosciences. All Rights Reserved.