public static class FeatureSet.FloatFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
get()
Getting float value
|
double |
getInc()
Getting the step size of the parameter range
|
double |
getMax()
Getting the maximum value of the parameter range
|
double |
getMin()
Getting the minimum value of the parameter range
|
java.lang.String |
getName()
Getting Feature Name
|
java.lang.String |
getUnit()
Getting the unit of the float parameter
|
boolean |
hasInc()
Getting whether the step size is valid
|
boolean |
isImplemented()
Determining whether the feature is implemented
|
boolean |
isReadable()
Determining whether the feature is readable
|
boolean |
isWritable()
Determining whether the feature is writable
|
void |
set(double floatValue)
Setting float value
|
public double getMax() throws ExceptionSet
ExceptionSet
public double getMin() throws ExceptionSet
ExceptionSet
public double getInc() throws ExceptionSet
ExceptionSet
public boolean hasInc() throws ExceptionSet
ExceptionSet
public java.lang.String getUnit() throws ExceptionSet
ExceptionSet
public double get() throws ExceptionSet
ExceptionSet
public void set(double floatValue) throws ExceptionSet
floatValue
- float valueExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet