From: Kai R. <kr...@us...> - 2003-09-12 15:56:46
|
Date: Friday September 12, 2003 @ 8:56 Author: krunte http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/psidev/psi/psi-ms/xml/mzData/converter/src/java/org/psi/ms/model Update of /cvsroot/psidev/psi/psi-ms/xml/mzData/converter/src/java/org/psi/ms/model In directory sc8-pr-cvs1:/tmp/cvs-serv16148 Modified Files: CvCoreParamType.java CvUserParamType.java DataArray.java RawDataType.java Log Message: Started to used the MultiTypeValue class. Soon the classes RawDataType, CvCoreParamType and CvUserParamType will become incompatible with Castor, meaning they cannot be marshalled into desired format without heavy compile-time configuration and not at all with runtime-configuration. On the other hand they won't be any longer a pain in the arse to use. Also all the *Binary and *BinaryType classes will become obsolete. :-) |