class ClearFieldManager extends AbstractFieldManager
| Modifier | Constructor and Description |
|---|---|
protected |
ClearFieldManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fetchBooleanField(int field)
Return the value of the given field.
|
byte |
fetchByteField(int field)
Return the value of the given field.
|
char |
fetchCharField(int field)
Return the value of the given field.
|
double |
fetchDoubleField(int field)
Return the value of the given field.
|
float |
fetchFloatField(int field)
Return the value of the given field.
|
int |
fetchIntField(int field)
Return the value of the given field.
|
long |
fetchLongField(int field)
Return the value of the given field.
|
Object |
fetchObjectField(int field)
Return the value of the given field.
|
short |
fetchShortField(int field)
Return the value of the given field.
|
String |
fetchStringField(int field)
Return the value of the given field.
|
static ClearFieldManager |
getInstance() |
storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeObjectField, storeShortField, storeStringFieldpublic static ClearFieldManager getInstance()
public boolean fetchBooleanField(int field)
FieldSupplierfetchBooleanField in interface FieldSupplierfetchBooleanField in class AbstractFieldManagerpublic byte fetchByteField(int field)
FieldSupplierfetchByteField in interface FieldSupplierfetchByteField in class AbstractFieldManagerpublic char fetchCharField(int field)
FieldSupplierfetchCharField in interface FieldSupplierfetchCharField in class AbstractFieldManagerpublic double fetchDoubleField(int field)
FieldSupplierfetchDoubleField in interface FieldSupplierfetchDoubleField in class AbstractFieldManagerpublic float fetchFloatField(int field)
FieldSupplierfetchFloatField in interface FieldSupplierfetchFloatField in class AbstractFieldManagerpublic int fetchIntField(int field)
FieldSupplierfetchIntField in interface FieldSupplierfetchIntField in class AbstractFieldManagerpublic long fetchLongField(int field)
FieldSupplierfetchLongField in interface FieldSupplierfetchLongField in class AbstractFieldManagerpublic Object fetchObjectField(int field)
FieldSupplierfetchObjectField in interface FieldSupplierfetchObjectField in class AbstractFieldManagerpublic short fetchShortField(int field)
FieldSupplierfetchShortField in interface FieldSupplierfetchShortField in class AbstractFieldManagerpublic String fetchStringField(int field)
FieldSupplierfetchStringField in interface FieldSupplierfetchStringField in class AbstractFieldManagerCopyright © 2006–2013 Apache Software Foundation. All rights reserved.