load Forming Option Name
@set:KSLStringControl(allowedValues = ["NONE", "COUNT", "WEIGHT", "CUBE", "RULE", "ALWAYS" ], comment = "Automatic load-formation strategy" )
String view of loadFormingOption for the controls machinery (string controls carry String values; the property itself remains the type-safe enum). Setting a valid option name applies the corresponding LoadFormingOption; values outside the allowed set are rejected by the control machinery with a ControlUpdateException. Assigning loadFormingRule still flips the option to RULE, exactly as before — this adapter adds a control surface, not new behavior.