|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.as400.util.servlet.StringConverter
The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.
| Constructor Summary | |
StringConverter()
|
|
| Method Summary | |
java.lang.String[] |
convert(RowData rowdata)
Converts the row data specified by rowdata. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringConverter()
| Method Detail |
public java.lang.String[] convert(RowData rowdata)
throws java.beans.PropertyVetoException,
RowDataException
rowdata - The row data.
java.beans.PropertyVetoException - If a change is vetoed on the conversion source object.
RowDataException - If a row data error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||