public class ConfigRange extends java.lang.Object implements ConfigRangeIfc
| Constructor and Description |
|---|
ConfigRange() |
ConfigRange(long minValue,
long maxValue) |
| 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.
|
public ConfigRange()
public ConfigRange(long minValue,
long maxValue)
public long getMinValue()
ConfigRangeIfcgetMinValue in interface ConfigRangeIfcpublic void setMinValue(long val)
ConfigRangeIfcsetMinValue in interface ConfigRangeIfcpublic long getMaxValue()
ConfigRangeIfcgetMaxValue in interface ConfigRangeIfcpublic void setMaxValue(long val)
ConfigRangeIfcsetMaxValue in interface ConfigRangeIfc