public enum GenotypeDataFormat extends Enum<GenotypeDataFormat>
Enum Constant and Description |
---|
BIPARENTAL |
DEFAULT |
FREQUENCY |
Modifier and Type | Method and Description |
---|---|
FrequencyGenotypeData |
readData(Path filePath,
uno.informatics.data.io.FileType fileType) |
static GenotypeDataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenotypeDataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenotypeDataFormat DEFAULT
public static final GenotypeDataFormat FREQUENCY
public static final GenotypeDataFormat BIPARENTAL
public static GenotypeDataFormat[] values()
for (GenotypeDataFormat c : GenotypeDataFormat.values()) System.out.println(c);
public static GenotypeDataFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic FrequencyGenotypeData readData(Path filePath, uno.informatics.data.io.FileType fileType) throws IOException
IOException
Copyright © 2017. All rights reserved.