public static enum CustomAltitudeDetector.AltitudeDetectionChoice extends Enum<CustomAltitudeDetector.AltitudeDetectionChoice>
| Enum Constant and Description |
|---|
Ascending |
Both |
Descending |
| Modifier and Type | Method and Description |
|---|---|
static CustomAltitudeDetector.AltitudeDetectionChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomAltitudeDetector.AltitudeDetectionChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomAltitudeDetector.AltitudeDetectionChoice Ascending
public static final CustomAltitudeDetector.AltitudeDetectionChoice Descending
public static final CustomAltitudeDetector.AltitudeDetectionChoice Both
public static CustomAltitudeDetector.AltitudeDetectionChoice[] values()
for (CustomAltitudeDetector.AltitudeDetectionChoice c : CustomAltitudeDetector.AltitudeDetectionChoice.values()) System.out.println(c);
public static CustomAltitudeDetector.AltitudeDetectionChoice 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.