public static class FeatureSet.IntFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
get()
Getting integer value
|
long |
getInc()
Getting the step size of the parameter range
|
long |
getMax()
Getting the maximum value of the parameter range
|
long |
getMin()
Getting the minimum value of the parameter range
|
java.lang.String |
getName()
Getting Feature Name
|
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(long intValue)
Setting integer value
|
public long getMax() throws ExceptionSet
ExceptionSet
public long getMin() throws ExceptionSet
ExceptionSet
public long getInc() throws ExceptionSet
ExceptionSet
public long get() throws ExceptionSet
ExceptionSet
public void set(long intValue) throws ExceptionSet
intValue
- integer valueExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet