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.
|
java.lang.Object |
fetchObjectField(int field)
Return the value of the given field.
|
short |
fetchShortField(int field)
Return the value of the given field.
|
java.lang.String |
fetchStringField(int field)
Return the value of the given field.
|
static ClearFieldManager |
getInstance() |
storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeObjectField, storeShortField, storeStringField
public static ClearFieldManager getInstance()
public boolean fetchBooleanField(int field)
FieldSupplier
fetchBooleanField
in interface FieldSupplier
fetchBooleanField
in class AbstractFieldManager
public byte fetchByteField(int field)
FieldSupplier
fetchByteField
in interface FieldSupplier
fetchByteField
in class AbstractFieldManager
public char fetchCharField(int field)
FieldSupplier
fetchCharField
in interface FieldSupplier
fetchCharField
in class AbstractFieldManager
public double fetchDoubleField(int field)
FieldSupplier
fetchDoubleField
in interface FieldSupplier
fetchDoubleField
in class AbstractFieldManager
public float fetchFloatField(int field)
FieldSupplier
fetchFloatField
in interface FieldSupplier
fetchFloatField
in class AbstractFieldManager
public int fetchIntField(int field)
FieldSupplier
fetchIntField
in interface FieldSupplier
fetchIntField
in class AbstractFieldManager
public long fetchLongField(int field)
FieldSupplier
fetchLongField
in interface FieldSupplier
fetchLongField
in class AbstractFieldManager
public java.lang.Object fetchObjectField(int field)
FieldSupplier
fetchObjectField
in interface FieldSupplier
fetchObjectField
in class AbstractFieldManager
public short fetchShortField(int field)
FieldSupplier
fetchShortField
in interface FieldSupplier
fetchShortField
in class AbstractFieldManager
public java.lang.String fetchStringField(int field)
FieldSupplier
fetchStringField
in interface FieldSupplier
fetchStringField
in class AbstractFieldManager
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.