|
Oracle Application Development Framework Business Components Generic Domains Java API Reference 10g Release 3 (10.1.3) B16007-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Number in oracle.jbo.domain |
| Methods in oracle.jbo.domain that return Number | |
Number |
Number.multiply(Number n)Multiplies this by another number. |
| Methods in oracle.jbo.domain with parameters of type Number | |
int |
Number.compareTo(Number n)Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n. |
Number |
Number.multiply(Number n)Multiplies this by another number. |
| Constructors in oracle.jbo.domain with parameters of type Number | |
Number(Number value)Creates a Number identical to an existing Number. |
|
|
Oracle Application Development Framework Business Components Generic Domains Java API Reference 10g Release 3 (10.1.3) B16007-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||