All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.util.servlet.StringConverter

java.lang.Object
   |
   +----com.ibm.as400.util.servlet.StringConverter

public abstract class StringConverter
extends Object
The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.


Constructor Index

 o StringConverter()

Method Index

 o convert(RowData)
Converts the row data specified by rowdata.

Constructors

 o StringConverter
 public StringConverter()

Methods

 o convert
 public String[] convert(RowData rowdata) throws PropertyVetoException, RowDataException
Converts the row data specified by rowdata.

Parameters:
rowdata - The row data.
Returns:
A String array representation of the row data.
Throws: PropertyVetoException
If a change is vetoed on the conversion source object.
Throws: RowDataException
If a row data error occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index