|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.revusky.oreo.DataUtil
a holder for various useful static routines dealing with Oreo data
Constructor Summary | |
DataUtil()
|
Method Summary | |
static void |
copyFieldsByName(Record source,
Record dest)
convenience routine for transitioning records. |
static Record |
fromString(java.lang.String s)
convenience routine to convert a string to a Record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataUtil()
Method Detail |
public static void copyFieldsByName(Record source, Record dest)
public static Record fromString(java.lang.String s) throws java.io.IOException, java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |