|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LessThanMinException | |
---|---|
databionics.modules | Description of program parameters loadable from XML files. |
Uses of LessThanMinException in databionics.modules |
---|
Methods in databionics.modules that throw LessThanMinException | |
---|---|
void |
FloatParameter.setValue(float var)
Set the value. |
void |
FloatParameter.setValue(java.lang.Float var)
Set the value. |
void |
IntParameter.setValue(int var)
Set the value. |
void |
IntParameter.setValue(java.lang.Integer var)
Set the value. |
void |
IntParameter.setValue(java.lang.String var)
Set the value as a string. |
void |
FloatParameter.setValue(java.lang.String var)
Set the value as a string If var is less than the minimum, set the minimum instead and throw LessThanMinException to issue a warning. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |