Oracle Application Development Framework Business Components Generic Domains Java API Reference 10g Release 3 (10.1.3) B16007-01

B C D E F G H I L M N O S T V


B

bigDecimalValue() - Method in class oracle.jbo.domain.Char
Calls CHAR.bigDecimalValue() to convert this object into a Java BigDecimal.
bigDecimalValue() - Method in class oracle.jbo.domain.Number
Calls toBigDecimal to convert internal Oracle Number into a Java BigDecimal.
bigIntegerValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a BigInteger.
bigIntegerValue() - Method in class oracle.jbo.domain.Number
 
booleanValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a boolean.
booleanValue() - Method in class oracle.jbo.domain.Number
Calls toBoolean to convert internal Oracle Number to a Java boolean.
byteValue() - Method in class oracle.jbo.domain.Number
Calls toByte to convert internal Oracle Number to a Java byte.

C

Char - class oracle.jbo.domain.Char.
This class provides a lightweight wrapper for java.lang.Sting, the native Java type for Char objects.
Char() - Constructor for class oracle.jbo.domain.Char
Creates a default Char Domain object, representing the time now.
Char(Char) - Constructor for class oracle.jbo.domain.Char
Creates a Char identical to an existing Char.
Char(String) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a java String.
Char(Object) - Constructor for class oracle.jbo.domain.Char
Creates a Char Domain object from a java Object.
compareTo(Date) - Method in class oracle.jbo.domain.Date
Returns -1 if Date is less than , 0 if Date and dt are equal (==), 1 if Date is greater than dt.
compareTo(double) - Method in class oracle.jbo.domain.Number
Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n.
compareTo(Number) - Method in class oracle.jbo.domain.Number
Returns -1 if NUMBER is less than n, 0 if NUMBER and n are equal (==), 1 if NUMBER is greater than n.

D

Date - class oracle.jbo.domain.Date.
This class provides a lightweight wrapper for java.sql.Date, the native Java type for date objects.
Date() - Constructor for class oracle.jbo.domain.Date
Creates a default Date Domain object, representing the time now.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date identical to an existing Date.
Date(long) - Constructor for class oracle.jbo.domain.Date
 
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Date.
Date(String) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a Java String.
Date(Object) - Constructor for class oracle.jbo.domain.Date
 
dateValue() - Method in class oracle.jbo.domain.Date
 
doubleValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a double.
doubleValue() - Method in class oracle.jbo.domain.Number
Calls toDouble to convert internal Oracle Number to a Java double.

E

equals(Object) - Method in class oracle.jbo.domain.Char
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Date
Tests this for equality with another object.
equals(Object) - Method in class oracle.jbo.domain.Number
Tests this for equality with another object.

F

floatValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a float.
floatValue() - Method in class oracle.jbo.domain.Number
Calls toFloat to convert internal Oracle Number to a Java float.

G

getBigDecimalValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as BigDecimal This method may be used to access the value for this domain in EL-expressions.
getBytes() - Method in class oracle.jbo.domain.Char
 
getBytes() - Method in class oracle.jbo.domain.Number
 
getData() - Method in class oracle.jbo.domain.Char
 
getData() - Method in class oracle.jbo.domain.Date
 
getData() - Method in class oracle.jbo.domain.Number
Converts this to an Object.
getDataAsJavaNumber() - Method in class oracle.jbo.domain.Number
Converts this to an Object.
getPrecision() - Method in class oracle.jbo.domain.Number
 
getTime() - Method in class oracle.jbo.domain.Date
 
getValue() - Method in class oracle.jbo.domain.Char
Return a java.lang.String object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Date
Return a java.util.Date object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as double This method may be used to access the value for this domain in EL-expressions.

H

hashCode() - Method in class oracle.jbo.domain.Char
Computes a hash code for this.
hashCode() - Method in class oracle.jbo.domain.Date
Computes a hash code for this.
hashCode() - Method in class oracle.jbo.domain.Number
Computes the hash code.

I

intValue() - Method in class oracle.jbo.domain.Char
Convert this data object into a int.
intValue() - Method in class oracle.jbo.domain.Number
Calls toInt to convert internal Oracle Number to a Java int.

L

longValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a long.
longValue() - Method in class oracle.jbo.domain.Number
Calls toLong to convert internal Oracle Number to a Java long.

M

multiply(Number) - Method in class oracle.jbo.domain.Number
Multiplies this by another number.

N

Number - class oracle.jbo.domain.Number.
This class provides a lightweight wrapper for java.lang.Number, the native Java type for number objects.
Number() - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object representing zero.
Number(int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an int.
Number(Long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Long object.
Number(long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an long.
Number(short) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an short.
Number(float) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an float.
Number(Double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Double object.
Number(double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an double.
Number(BigDecimal) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigDecimal.
Number(BigInteger) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigInteger.
Number(Object) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigInteger.
Number(String, int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(String) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(boolean) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Boolean.
Number(Number) - Constructor for class oracle.jbo.domain.Number
Creates a Number identical to an existing Number.

O

oracle.jbo.domain - package oracle.jbo.domain
The oracle.jbo.domain.* classes, also known as the "JBO Generic Domains", provide lightweight wrappers for the native Java data types, such as java.lang.Number and java.sql.Date.

S

setBytes(byte[]) - Method in class oracle.jbo.domain.Char
 
setBytes(byte[]) - Method in class oracle.jbo.domain.Number
 
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Char
 
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Date
 
setContext(DomainOwnerInterface, Transaction, Object) - Method in class oracle.jbo.domain.Number
 
shortValue() - Method in class oracle.jbo.domain.Number
Calls toShort to convert internal Oracle Number to a Java short.
stringValue() - Method in class oracle.jbo.domain.Number
Calls toString to convert internal Oracle Number to a Java String.

T

toJdbc() - Method in class oracle.jbo.domain.Char
 
toString() - Method in class oracle.jbo.domain.Char
Converts this to a textual representation.
toString() - Method in class oracle.jbo.domain.Date
Converts this to a textual representation.
toString() - Method in class oracle.jbo.domain.Number
Converts this to a fixed-point number presented as a string.
trimStr(String) - Static method in class oracle.jbo.domain.Number
 

V

validate() - Method in class oracle.jbo.domain.Number
Implements domain validation logic and throws a JboException on error.

B C D E F G H I L M N O S T V

Oracle Application Development Framework Business Components Generic Domains Java API Reference 10g Release 3 (10.1.3) B16007-01


Copyright © 1997, 2005, Oracle. All rights reserved.