|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldConsumer
Consumes persistent field values.
Method Summary | |
---|---|
void |
storeBooleanField(int fieldIndex,
boolean value)
Set the value of the given field. |
void |
storeByteField(int fieldIndex,
byte value)
Set the value of the given field. |
void |
storeCharField(int fieldIndex,
char value)
Set the value of the given field. |
void |
storeDoubleField(int fieldIndex,
double value)
Set the value of the given field. |
void |
storeFloatField(int fieldIndex,
float value)
Set the value of the given field. |
void |
storeIntField(int fieldIndex,
int value)
Set the value of the given field. |
void |
storeLongField(int fieldIndex,
long value)
Set the value of the given field. |
void |
storeObjectField(int fieldIndex,
Object value)
Set the value of the given field. |
void |
storeShortField(int fieldIndex,
short value)
Set the value of the given field. |
void |
storeStringField(int fieldIndex,
String value)
Set the value of the given field. |
Method Detail |
---|
void storeBooleanField(int fieldIndex, boolean value)
void storeCharField(int fieldIndex, char value)
void storeByteField(int fieldIndex, byte value)
void storeShortField(int fieldIndex, short value)
void storeIntField(int fieldIndex, int value)
void storeLongField(int fieldIndex, long value)
void storeFloatField(int fieldIndex, float value)
void storeDoubleField(int fieldIndex, double value)
void storeStringField(int fieldIndex, String value)
void storeObjectField(int fieldIndex, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |