public interface FieldSupplier
Modifier and Type | Method and Description |
---|---|
boolean |
fetchBooleanField(int fieldIndex)
Return the value of the given field.
|
byte |
fetchByteField(int fieldIndex)
Return the value of the given field.
|
char |
fetchCharField(int fieldIndex)
Return the value of the given field.
|
double |
fetchDoubleField(int fieldIndex)
Return the value of the given field.
|
float |
fetchFloatField(int fieldIndex)
Return the value of the given field.
|
int |
fetchIntField(int fieldIndex)
Return the value of the given field.
|
long |
fetchLongField(int fieldIndex)
Return the value of the given field.
|
java.lang.Object |
fetchObjectField(int fieldIndex)
Return the value of the given field.
|
short |
fetchShortField(int fieldIndex)
Return the value of the given field.
|
java.lang.String |
fetchStringField(int fieldIndex)
Return the value of the given field.
|
boolean fetchBooleanField(int fieldIndex)
char fetchCharField(int fieldIndex)
byte fetchByteField(int fieldIndex)
short fetchShortField(int fieldIndex)
int fetchIntField(int fieldIndex)
long fetchLongField(int fieldIndex)
float fetchFloatField(int fieldIndex)
double fetchDoubleField(int fieldIndex)
java.lang.String fetchStringField(int fieldIndex)
java.lang.Object fetchObjectField(int fieldIndex)