public enum CoreHunterDataType extends Enum<CoreHunterDataType>
Enum Constant and Description |
---|
DISTANCES |
GENOTYPIC |
PHENOTYPIC |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static CoreHunterDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreHunterDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreHunterDataType PHENOTYPIC
public static final CoreHunterDataType GENOTYPIC
public static final CoreHunterDataType DISTANCES
public static CoreHunterDataType[] values()
for (CoreHunterDataType c : CoreHunterDataType.values()) System.out.println(c);
public static CoreHunterDataType 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 final String getName()
Copyright © 2017. All rights reserved.