|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface BoundedNumberInterface
BoundedNumberInterface describes an interface that has a Number value bounded by minimum and maximum Number values and can be incremented using the IncrementInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.models.IncrementInterface |
|---|
BLOCK, UNIT |
| Method Summary | |
|---|---|
abstract java.lang.Number |
getNumberValue()
Get the current Number value |
abstract void |
setNumberValue(java.lang.Number newValue)
Sets the current value of the BoundedNumberInterface object. |
abstract void |
setNumberValues(java.lang.Number newValue,
java.lang.Number min,
java.lang.Number max)
Sets the current value, minimum, and maximum of the BoundedNumberInterface object. |
abstract void |
setNumberValues(java.lang.Number newValue,
java.lang.Number min,
java.lang.Number max,
java.lang.Number unit,
java.lang.Number block)
Set the value, minimum, maximum, unitIncrement, and blockIncrement at the same time. |
| Methods inherited from interface com.sas.models.RangeInterface |
|---|
getMaximumNumber, getMinimumNumber, setMaximumNumber, setMinimumNumber |
| Methods inherited from interface com.sas.models.IncrementInterface |
|---|
getBlockIncrementNumber, getUnitIncrementNumber, incrementBy, setBlockIncrementNumber, setUnitIncrementNumber |
| Method Detail |
|---|
java.lang.Number getNumberValue()
void setNumberValue(java.lang.Number newValue)
value - the current value
void setNumberValues(java.lang.Number newValue,
java.lang.Number min,
java.lang.Number max)
newValue - the new current valuemin - the new current minimummax - the new current maximum
void setNumberValues(java.lang.Number newValue,
java.lang.Number min,
java.lang.Number max,
java.lang.Number unit,
java.lang.Number block)
value - the new valuemin - the new minimummax - the new maximumunit - the new unit incrementblock - the new block increment
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||