public interface FieldConsumer
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.