ObjectDB ObjectDB

getStringField(pc, field, currentValue) - JDO StateManager's method

Method
javax.jdo.spi.StateManager
String getStringField(
  PersistenceCapable pc,
  int field,
  String currentValue
)

Return the value for the field.
Parameters:
pc - the calling PersistenceCapable instance
field - the field number
currentValue - the current value of the field
Returns:
the new value for the field
Since:
JDO 1.0