{
String propName = toCamelCase(methodName, 3);
assertPropertyInSchema(propName);
// DISALLOW_NULL is the same default baked into the generated RecordTemplate classes
SetMode setMode = args.length == 2 && args[1] instanceof SetMode ? (SetMode)args[1] : SetMode.DISALLOW_NULL;
interpretSetModeAndSet(propName, args[0], setMode);
}