| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.CameraSSDCapacity | |
SSD Capacity.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraSSDCapacity | Capacity_1T | SSD capacity is 1T. | |||||||||
| CameraSSDCapacity | Capacity_256G | SSD capacity is 256G. | |||||||||
| CameraSSDCapacity | Capacity_512G | SSD capacity is 512G. | |||||||||
| CameraSSDCapacity | Unknown | SSD capacity is unknown. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Compares the input integer value with the real value of an enum constant.
| ||||||||||
| static CameraSSDCapacity |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of an enum constant.
| ||||||||||
| static CameraSSDCapacity | valueOf(String name) | ||||||||||
| final static CameraSSDCapacity[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Compares 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.
| value | The input integer value. |
|---|
Returns the real value of an enum constant.