public static enum DBLoadingUtils.MethodType extends Enum<DBLoadingUtils.MethodType>
| Enum Constant and Description |
|---|
ANCHOR_HAPLOTYPES |
ASSEMBLY_HAPLOTYPES |
CONSENSUS_ANCHOR_SEQUENCE |
EDGE |
HAPLOTYPE_COUNTS |
PATHS |
REF_RANGE_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static DBLoadingUtils.MethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBLoadingUtils.MethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBLoadingUtils.MethodType ANCHOR_HAPLOTYPES
public static final DBLoadingUtils.MethodType ASSEMBLY_HAPLOTYPES
public static final DBLoadingUtils.MethodType CONSENSUS_ANCHOR_SEQUENCE
public static final DBLoadingUtils.MethodType EDGE
public static final DBLoadingUtils.MethodType HAPLOTYPE_COUNTS
public static final DBLoadingUtils.MethodType PATHS
public static final DBLoadingUtils.MethodType REF_RANGE_GROUP
public static DBLoadingUtils.MethodType[] values()
for (DBLoadingUtils.MethodType c : DBLoadingUtils.MethodType.values()) System.out.println(c);
public static DBLoadingUtils.MethodType 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 nullCopyright © 2018. All rights reserved.