|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.sane.OptionDescriptor | +--com.tuneology.sane.BooleanOption
This option is an array of boolean values.
Method Summary | |
boolean[] |
getValues()
Returns option values. |
int |
setValues(boolean[] values)
Set option values. |
Methods inherited from class com.tuneology.sane.OptionDescriptor |
getCap, getDescription, getElements, getName, getRange, getSize, getTitle, getUnit, setAutomatic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean[] getValues() throws SaneException
SaneException
public int setValues(boolean[] values) throws SaneException
values
- the new values.
SaneException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |