public interface ProcessingClient
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldContents(int index)
Returns the contents of the field indicated by
index. |
int |
getNumFields()
Returns the number of sub-fields.
|
int getNumFields()
java.lang.String getFieldContents(int index)
index.index - the index of the sub-field from which the contents is requested.java.lang.IndexOutOfBoundsException - if the index is out of bounds.