715716717718719720721722723724725
} } } catch(IOException ex) { throw new JPOXException(ex.getMessage(),ex); } return null; } });
932933934935936937938
* @param currentValue the current value of the field * @return the new value for the field */ public boolean getBooleanField(PersistenceCapable pc, int field, boolean currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
948949950951952953954
* @param currentValue the current value of the field * @return the new value for the field */ public byte getByteField(PersistenceCapable pc, int field, byte currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
964965966967968969970
* @param currentValue the current value of the field * @return the new value for the field */ public char getCharField(PersistenceCapable pc, int field, char currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
980981982983984985986
* @param currentValue the current value of the field * @return the new value for the field */ public double getDoubleField(PersistenceCapable pc, int field, double currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
996997998999100010011002
* @param currentValue the current value of the field * @return the new value for the field */ public float getFloatField(PersistenceCapable pc, int field, float currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
1012101310141015101610171018
* @param currentValue the current value of the field * @return the new value for the field */ public int getIntField(PersistenceCapable pc, int field, int currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
1028102910301031103210331034
* @param currentValue the current value of the field * @return the new value for the field */ public long getLongField(PersistenceCapable pc, int field, long currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
1044104510461047104810491050
* @param currentValue the current value of the field * @return the new value for the field */ public short getShortField(PersistenceCapable pc, int field, short currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }
1060106110621063106410651066
* @param currentValue the current value of the field * @return the new value for the field */ public String getStringField(PersistenceCapable pc, int field, String currentValue) { throw new JPOXException(LOCALISER.msg("026006")); }