java.io.Serializable
, java.lang.Comparable<DistanceEstimator.EstimationType>
public static enum DistanceEstimator.EstimationType extends java.lang.Enum<DistanceEstimator.EstimationType>
Enum Constant | Description |
---|---|
EXP_DEC_VOL_DENSITY |
|
HS_EXP_DECR |
|
HS_UNIFORM |
|
LOS_EXP_DEC_VOL_DENSITY |
|
UNIFORM_DISTANCE |
Modifier and Type | Method | Description |
---|---|---|
static DistanceEstimator.EstimationType |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null