public static class FeatureSet.BoolFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Getting bool value
|
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(boolean boolValue)
Setting bool value
|
public boolean get() throws ExceptionSet
ExceptionSet
public void set(boolean boolValue) throws ExceptionSet
boolValue
- bool valueExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet