public interface ConfigRangeIfc
Modifier and Type | Method and Description |
---|---|
long |
getMaxValue()
Returns the maximum value for this configuration range.
|
long |
getMinValue()
Returns the minimum value for this configuration range.
|
void |
setMaxValue(long val)
Sets the maximum value for this configuration range.
|
void |
setMinValue(long val)
Sets the minimum value for this configuration range.
|
long getMinValue()
void setMinValue(long val)
long getMaxValue()
void setMaxValue(long val)