Package com.nt.udc.ndk.gui
Class ConfigRange
java.lang.Object
com.nt.udc.ndk.gui.ConfigRange
- All Implemented Interfaces:
ConfigRangeIfc
Used by DCNodeConfigGUI to validate numeric values for
Node Configuration items.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the maximum value for this configuration range.longReturns the minimum value for this configuration range.voidsetMaxValue(long val) Sets the maximum value for this configuration range.voidsetMinValue(long val) Sets the minimum value for this configuration range.
-
Constructor Details
-
ConfigRange
public ConfigRange() -
ConfigRange
public ConfigRange(long minValue, long maxValue)
-
-
Method Details
-
getMinValue
public long getMinValue()Description copied from interface:ConfigRangeIfcReturns the minimum value for this configuration range.- Specified by:
getMinValuein interfaceConfigRangeIfc
-
setMinValue
public void setMinValue(long val) Description copied from interface:ConfigRangeIfcSets the minimum value for this configuration range.- Specified by:
setMinValuein interfaceConfigRangeIfc
-
getMaxValue
public long getMaxValue()Description copied from interface:ConfigRangeIfcReturns the maximum value for this configuration range.- Specified by:
getMaxValuein interfaceConfigRangeIfc
-
setMaxValue
public void setMaxValue(long val) Description copied from interface:ConfigRangeIfcSets the maximum value for this configuration range.- Specified by:
setMaxValuein interfaceConfigRangeIfc
-