Type.VOID, new Type[]{this.classType, f.getType()}, new String[]{"objPC", f.getName() + "_c"}, true, this,
fieldConfig);
}
else
{
callback = new NormalSetMethod("jdo" + methodName,
(f.isPublic() ? Constants.ACC_PUBLIC : 0) |
(f.isProtected() ? Constants.ACC_PROTECTED : 0) |
(f.isPrivate() ? Constants.ACC_PRIVATE : 0) | Constants.ACC_STATIC,
Type.VOID, new Type[]{this.classType, f.getType()}, new String[]{"objPC", f.getName() + "_n"}, true, this,
fieldConfig);