public static enum DistanceEstimator.EstimationType extends Enum<DistanceEstimator.EstimationType>
Enum Constant and Description |
---|
EXP_DEC_VOL_DENSITY |
HS_EXP_DECR |
HS_UNIFORM |
LOS_EXP_DEC_VOL_DENSITY |
UNIFORM_DISTANCE |
Modifier and Type | Method and Description |
---|---|
static DistanceEstimator.EstimationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceEstimator.EstimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistanceEstimator.EstimationType HS_UNIFORM
public static final DistanceEstimator.EstimationType HS_EXP_DECR
public static final DistanceEstimator.EstimationType UNIFORM_DISTANCE
public static final DistanceEstimator.EstimationType EXP_DEC_VOL_DENSITY
public static final DistanceEstimator.EstimationType LOS_EXP_DEC_VOL_DENSITY
public static DistanceEstimator.EstimationType[] values()
for (DistanceEstimator.EstimationType c : DistanceEstimator.EstimationType.values()) System.out.println(c);
public static DistanceEstimator.EstimationType 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 © 2024 Central Laboratory of the Research Councils. All Rights Reserved.