public static enum KinshipPlugin.KINSHIP_METHOD extends Enum<KinshipPlugin.KINSHIP_METHOD>
Enum Constant and Description |
---|
Centered_IBS |
Dominance_Centered_IBS |
Dominance_Normalized_IBS |
Normalized_IBS |
Modifier and Type | Method and Description |
---|---|
static KinshipPlugin.KINSHIP_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinshipPlugin.KINSHIP_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KinshipPlugin.KINSHIP_METHOD Centered_IBS
public static final KinshipPlugin.KINSHIP_METHOD Normalized_IBS
public static final KinshipPlugin.KINSHIP_METHOD Dominance_Centered_IBS
public static final KinshipPlugin.KINSHIP_METHOD Dominance_Normalized_IBS
public static KinshipPlugin.KINSHIP_METHOD[] values()
for (KinshipPlugin.KINSHIP_METHOD c : KinshipPlugin.KINSHIP_METHOD.values()) System.out.println(c);
public static KinshipPlugin.KINSHIP_METHOD 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.