public static final enum

DJICameraSettingsDef.CameraDeletePhotoOperation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.DJICameraSettingsDef.CameraDeletePhotoOperation

Class Overview

Camera Delete Photo Operation Define (Support Lists: Inspire1)

Summary

Enum Values
DJICameraSettingsDef.CameraDeletePhotoOperation  EnterMultipleDeleteMode  Enter multiple delete mode. 
DJICameraSettingsDef.CameraDeletePhotoOperation  ExitMultipleDeleteMode  Exit multiple delete mode. 
DJICameraSettingsDef.CameraDeletePhotoOperation  MultipleDeleteConfirmed  Multiple delete confirmed. 
DJICameraSettingsDef.CameraDeletePhotoOperation  MultipleDeleteSelected  Multiple delete selected. 
DJICameraSettingsDef.CameraDeletePhotoOperation  SingleDeleteConfirmed  Single delete confirmed. 
DJICameraSettingsDef.CameraDeletePhotoOperation  Unknown  Unknown delete photo operation. 
Public Methods
boolean _equals(int b)
Compares the input integer value with the real value of an enum value.
static DJICameraSettingsDef.CameraDeletePhotoOperation find(int value)
Returns the enum constant of this type with the input integer value.
int value()
Returns the real value of an enum value.
static DJICameraSettingsDef.CameraDeletePhotoOperation valueOf(String name)
final static CameraDeletePhotoOperation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJICameraSettingsDef.CameraDeletePhotoOperation EnterMultipleDeleteMode

Enter multiple delete mode.

public static final DJICameraSettingsDef.CameraDeletePhotoOperation ExitMultipleDeleteMode

Exit multiple delete mode.

public static final DJICameraSettingsDef.CameraDeletePhotoOperation MultipleDeleteConfirmed

Multiple delete confirmed.

public static final DJICameraSettingsDef.CameraDeletePhotoOperation MultipleDeleteSelected

Multiple delete selected.

public static final DJICameraSettingsDef.CameraDeletePhotoOperation SingleDeleteConfirmed

Single delete confirmed.

public static final DJICameraSettingsDef.CameraDeletePhotoOperation Unknown

Unknown delete photo operation.

Public Methods

public boolean _equals (int b)

Compares the input integer value with the real value of an enum value.

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

public static DJICameraSettingsDef.CameraDeletePhotoOperation find (int value)

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

Parameters
value The input integer value
Returns
  • CameraDeletePhotoOperation The enum constant of this type

public int value ()

Returns the real value of an enum value.

Returns
  • integer The real value.

public static DJICameraSettingsDef.CameraDeletePhotoOperation valueOf (String name)

public static final CameraDeletePhotoOperation[] values ()