|
Oracle ADF Business Components Domains API Reference 10g Release 2 (10.1.2) B14023-01 November 2004 |
|||||||||
PREV NEXT |
||||||||||
Uses of Number in oracle.jbo.domain |
| Methods in oracle.jbo.domain that return Number | |
DBSequence.getSequenceNumber()Returns the value of this Sequence as an oracle.jbo.domain.Number |
|
Number.add(Number n)Adds another number to this. |
|
Number.add(double n)Adds another number to this. |
|
Number.add(int n)Adds another number to this. |
|
Number.subtract(Number n)Subtracts another number from this. |
|
Number.subtract(double n)Subtracts another number from this. |
|
Number.subtract(int n)Subtracts another number from this. |
|
Number.multiply(Number n)Multiplies this by another number. |
|
Number.multiply(double n)Multiplies this by another number. |
|
Number.multiply(int n)Multiplies this by another number. |
|
Number.divide(Number n)Divides this by another number. |
|
Number.divide(double n)Divides this by another number. |
|
Number.divide(int n)Divides this by another number. |
|
Number.atan2(Number x)Calculates atan(this, x). |
|
Number.log(Number base)Calculates the log of this to the specified base. |
|
Number.log(double base)Calculates the log of this to the specified base. |
|
Number.log(int base)Calculates the log of this to the specified base. |
|
Number.mod(Number n)Calculates the remainder of this/n. |
|
Number.mod(double n)Calculates the remainder of this/n. |
|
Number.mod(int n)Calculates the remainder of this/n. |
|
Number.pow(Number exp)Raises this to the power of exp. |
|
Date.diffInMonths(Date date)Calculates the difference between two dates in months. |
|
| Methods in oracle.jbo.domain with parameters of type Number | |
Number.add(Number n)Adds another number to this. |
|
Number.subtract(Number n)Subtracts another number from this. |
|
Number.multiply(Number n)Multiplies this by another number. |
|
Number.divide(Number n)Divides this by another number. |
|
Number.atan2(Number x)Calculates atan(this, x). |
|
Number.log(Number base)Calculates the log of this to the specified base. |
|
Number.mod(Number n)Calculates the remainder of this/n. |
|
Number.pow(Number exp)Raises this to the power of exp. |
|
| Constructors in oracle.jbo.domain with parameters of type Number | |
DBSequence(Number num)Create an instance of DBSequence with the given number as it's value. |
|
Number(Number value)Creates a Number identical to an existing Number. |
|
|
Oracle ADF Business Components Domains API Reference 10g Release 2 (10.1.2) B14023-01 November 2004 |
|||||||||
PREV NEXT |
||||||||||