public final enum

DJIFlightControllerAdvancedGoHomeState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.flightcontroller.DJIFlightControllerAdvancedGoHomeState

Class Overview

Created by changjian.xu on 2016/8/11.

Summary

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

Enum Values

public static final DJIFlightControllerAdvancedGoHomeState ExecutingGoHome

正在执行返航

public static final DJIFlightControllerAdvancedGoHomeState HoveringAtSafePoint

安全点悬停

public static final DJIFlightControllerAdvancedGoHomeState None

public static final DJIFlightControllerAdvancedGoHomeState Planning

重新规划

public static final DJIFlightControllerAdvancedGoHomeState TurningYaw

原地转yaw

public static final DJIFlightControllerAdvancedGoHomeState Unknown

保留

Public Methods

public boolean _equals (int b)

Returns the boolean result which compare the input integer value with the real value of an enum constant.

Parameters
b The input integer value.
Returns
  • boolean The compared result.

public static DJIFlightControllerAdvancedGoHomeState find (int b)

Returns the enum constant of this type with the input integer value.

Parameters
b The input integer value.
Returns
  • DJIGPSSignalStatus The enum constant of this type.

public int value ()

Returns the real value of an enum constant.

Returns
  • integer The real value.

public static DJIFlightControllerAdvancedGoHomeState valueOf (String name)

public static final DJIFlightControllerAdvancedGoHomeState[] values ()