java.lang.Object |
↳ |
dji.common.util.DJIParamCapability |
Known Direct Subclasses
DJIParamMinMaxCapability |
DJIParamCapabilityMinMax adds the maximum and minimum possible values of the parameter to the base class property of whether the parameter is supported by the component or product. |
|
Class Overview
DJIParamCapability
represents the capability of a parameter of a component or product.
DJIParamCapability
can be sub-classed to include additional information on the parameter.
DJIParamCapabilityMinMax
includes the maximum and minimum possible values of the parameter.
Summary
Public Methods |
boolean
|
isSuppported()
return true if the component or product supports the parameter.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
DJIParamCapability
(boolean isSupported)
Public Methods
public
boolean
isSuppported
()
return true
if the component or product supports the parameter.