float getFloatField(
PersistenceCapable pc,
int field,
float currentValue
)
Return the value for the field.
- Parameters:
pc
- the callingPersistenceCapable
instancefield
- the field numbercurrentValue
- the current value of the field
- Return:
- the new value for the field
- Since:
- JDO 1.0