| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.airlink.SDRInterferedTerminal | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SDRInterferedTerminal | Ground | ||||||||||
| SDRInterferedTerminal | Non | ||||||||||
| SDRInterferedTerminal | UAV | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Compares the specified integer value with the real value of an enum constant.
| ||||||||||
| static SDRInterferedTerminal |
find(int value)
Returns the enum constant of the type for the specified integer value.
| ||||||||||
| int |
value()
Returns the real value of an enum constant.
| ||||||||||
| static SDRInterferedTerminal | valueOf(String name) | ||||||||||
| final static SDRInterferedTerminal[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Compares the specified integer value with the real value of an enum constant.
| b | The integer value to be compared. |
|---|
true if the values are equal, false otherwise.
Returns the enum constant of the type for the specified integer value.
| value | The integer value. |
|---|
Returns the real value of an enum constant.