Package org.a11y.brlapi
Interface Parameter.ByteSettable
-
- All Superinterfaces:
Parameter.Settable
- All Known Implementing Classes:
ComputerBrailleCellSizeParameter,CursorBlinkPercentageParameter
- Enclosing class:
- Parameter
public static interface Parameter.ByteSettable extends Parameter.Settable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default bytegetMaximum()default bytegetMinimum()voidset(byte value)
-