Package | Description |
---|---|
com.streamscape.sef |
Modifier and Type | Method and Description |
---|---|
void |
RangeConstraint.setBoundaryValues(java.lang.Object minValue,
java.lang.Object maxValue)
Sets the minimum and maximum values of the range (the specified values are converted to
double numbers). |
void |
RangeConstraint.setMaxValue(java.lang.Object value)
Sets the maximum value of the range (the specified value is converted to
double number). |
void |
RangeConstraint.setMinValue(java.lang.Object value)
Sets the minimum value of the range (the specified value is converted to
double number). |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.