Class DriverPropertyValueParameter
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ParameterComponent
org.a11y.brlapi.Parameter
org.a11y.brlapi.GlobalParameter
org.a11y.brlapi.parameters.DriverPropertyValueParameter
- All Implemented Interfaces:
Parameter.LongSettable, Parameter.Settable
-
Nested Class Summary
Nested classes/interfaces inherited from class Parameter
Parameter.BooleanSettable, Parameter.ByteSettable, Parameter.IntSettable, Parameter.LongSettable, Parameter.Settable, Parameter.ShortSettable, Parameter.StringSettable, Parameter.WatcherHandle -
Field Summary
Fields inherited from class ParameterComponent
DEFAULT_SUBPARAMFields inherited from class Component
BYTE_MASK, UNICODE_BRAILLE_ROW -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GlobalParameter
isGlobalMethods inherited from class Parameter
get, getLabel, getName, getParseDescription, getValue, getValue, isHidable, isSettable, set, set, setValue, toString, toString, watch, watchMethods inherited from class ParameterComponent
asBitMask, asBoolean, asBooleanArray, asByte, asByteArray, asDisplaySize, asDots, asDots, asInt, asIntArray, asLong, asLongArray, asRowCells, asShort, asShortArray, asString, toStringMethods inherited from class Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBrailleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Parameter.LongSettable
getMaximum, getMinimum
-
Constructor Details
-
DriverPropertyValueParameter
-
-
Method Details
-
getParameter
public final int getParameter()- Specified by:
getParameterin classParameter
-
hasSubparam
public boolean hasSubparam()- Overrides:
hasSubparamin classParameter
-
get
-
set
public final void set(long subparam, long value) - Specified by:
setin interfaceParameter.LongSettable
-