| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.DJIFlightControllerAdvancedGoHomeState | |
Created by changjian.xu on 2016/8/11.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIFlightControllerAdvancedGoHomeState | ExecutingGoHome | 正在执行返航 | |||||||||
| DJIFlightControllerAdvancedGoHomeState | HoveringAtSafePoint | 安全点悬停 | |||||||||
| DJIFlightControllerAdvancedGoHomeState | None | ||||||||||
| DJIFlightControllerAdvancedGoHomeState | Planning | 重新规划 | |||||||||
| DJIFlightControllerAdvancedGoHomeState | TurningYaw | 原地转yaw | |||||||||
| DJIFlightControllerAdvancedGoHomeState | Unknown | 保留 | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Returns the boolean result which compare the input integer
value with the real value of an enum constant.
| ||||||||||
| static DJIFlightControllerAdvancedGoHomeState |
find(int b)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of an enum constant.
| ||||||||||
| static DJIFlightControllerAdvancedGoHomeState | valueOf(String name) | ||||||||||
| final static DJIFlightControllerAdvancedGoHomeState[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns the boolean result which compare the input integer value with the real value of an enum constant.
| b | The input integer value. |
|---|
Returns the enum constant of this type with the input integer value.
| b | The input integer value. |
|---|
Returns the real value of an enum constant.