Package com.solibri.smc.api.settings
Class IntegerSetting
java.lang.Object
com.solibri.smc.api.settings.IntegerSetting
The intended base class for Integer valued custom settings.
- Since:
- 9.10.8
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.solibri.smc.api.settings.SettinggetDefaultValue, getDescription, getName, getUniqueId
- 
Constructor Details- 
IntegerSettingpublic IntegerSetting()
 
- 
- 
Method Details- 
getValueDescription copied from interface:SettingReturns the current value of the setting. This returns the new value of the setting immediately after it has been changed, but note that it is up to the users of settings to decide if the new value takes effect immediately or after a restart.
- 
setValueDescription copied from interface:SettingSets the value of the setting.
- 
invalidReasonThe default is that any possible integer is valid.- Specified by:
- invalidReasonin interface- Setting<Integer>
- Parameters:
- value- the value to be checked for validity
- Returns:
- true if the given value is valid, false otherwise
 
 
-