- Char - Class in oracle.jbo.domain
-
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.