-
I've got a generic class which handles multiple data
types, I've got a 2nd data member to tell me the type.
Object oValue = null;
int iDBDataType = java.sql.Types.OTHER;
My getter and setter for oValue treats the data type as
an Object:
public Object getOValue() {return oValue; }
public void setOValue(Object oValue) { this.oValue =
oValue;}
The problem is in...
2006-10-12 18:33:08 UTC by maryeidria
-
joxdev committed patchset 68 of module jox to the JOX CVS repository, changing 1 files.
2005-08-12 17:20:29 UTC by joxdev
-
joxdev committed patchset 67 of module jox to the JOX CVS repository, changing 2 files.
2005-07-15 18:19:56 UTC by joxdev
-
joxdev committed patchset 66 of module jox to the JOX CVS repository, changing 31 files.
2005-07-06 13:58:57 UTC by joxdev
-
joxdev committed patchset 65 of module jox to the JOX CVS repository, changing 1 files.
2004-03-31 17:21:12 UTC by joxdev
-
wutka committed patchset 64 of module jox to the JOX CVS repository, changing 1 files.
2004-03-31 17:21:12 UTC by wutka
-
joxdev committed patchset 63 of module jox to the JOX CVS repository, changing 1 files.
2004-03-31 17:19:10 UTC by joxdev
-
wutka committed patchset 62 of module jox to the JOX CVS repository, changing 1 files.
2004-03-31 17:19:10 UTC by wutka
-
wutka committed patchset 61 of module jox to the JOX CVS repository, changing 2 files.
2004-03-16 21:15:30 UTC by wutka
-
wutka committed patchset 60 of module jox to the JOX CVS repository, changing 1 files.
2004-03-03 17:30:09 UTC by wutka