public enum AlgorithmType extends Enum<AlgorithmType>
Enum Constant and Description |
---|
HSPENRegeneration |
LINEAR |
NativeRange |
NativeRange2050 |
PARABOLIC |
SuitableRange |
SuitableRange2050 |
Modifier and Type | Method and Description |
---|---|
static AlgorithmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmType NativeRange
public static final AlgorithmType SuitableRange
public static final AlgorithmType NativeRange2050
public static final AlgorithmType SuitableRange2050
public static final AlgorithmType HSPENRegeneration
public static final AlgorithmType LINEAR
public static final AlgorithmType PARABOLIC
public static AlgorithmType[] values()
for (AlgorithmType c : AlgorithmType.values()) System.out.println(c);
public static AlgorithmType 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 © 2017. All Rights Reserved.