public static enum JumpParameters.Jump extends Enum<JumpParameters.Jump> implements ParameterEnum
Enum Constant and Description |
---|
COUNT_OF_CENTROIDS |
KPLUSPLUS_MIN |
RANGE_OF_CENTROIDS |
Modifier and Type | Method and Description |
---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static JumpParameters.Jump |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JumpParameters.Jump[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JumpParameters.Jump RANGE_OF_CENTROIDS
public static final JumpParameters.Jump KPLUSPLUS_MIN
public static final JumpParameters.Jump COUNT_OF_CENTROIDS
public static JumpParameters.Jump[] values()
for (JumpParameters.Jump c : JumpParameters.Jump.values()) System.out.println(c);
public static JumpParameters.Jump 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 Enum<?> self()
self
in interface ParameterEnum
public ParameterHelper<?> getHelper()
getHelper
in interface ParameterEnum
Copyright © 2013–2022. All rights reserved.