| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldSupplier
Supplies persistent field values.
| Method Summary | |
|---|---|
|  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. | 
|  Object | fetchObjectField(int fieldIndex)Return the value of the given field. | 
|  short | fetchShortField(int fieldIndex)Return the value of the given field. | 
|  String | fetchStringField(int fieldIndex)Return the value of the given field. | 
| Method Detail | 
|---|
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)
String fetchStringField(int fieldIndex)
Object fetchObjectField(int fieldIndex)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||