Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KevinWilliams: http://wiki.apache.org/ws/ColumnConverters ------------------------------------------------------------------------------ public interface Converter { /** - * Transform the columnData object to a new value and possibly new type. This should be the invers operation of #getColumnValue + * Transform the columnData object to a new value and possibly new type. This should be the inverse + * operation of #getColumnValue * * @param columnData * The column value to transorm @@ -25, +26 @@ Object getPropertyValue(Object columnData); /** - * Transform the columnData object to a new value and possibly new type. This should be the invers operation of #getPropertyValue + * Transform the columnData object to a new value and possibly new type. This should be the inverse + * operation of #getPropertyValue * * @param propertyData * The property value to transform --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
