InterfaceRulesClass.MethodModifier

Java and Groovy

ide.<ProgrammingLanguage>.InterfaceRulesClass.MethodModifier = "" | '' | any

This parameter can be used to change the standard modifier used by LF‑ET for the exe­cute methods in the ge­ne­ra­ted Rules Engine modules, in Java this is e.g. "public final".

"No value" is expressed by two double or single quotation marks in direct succession.

Entry in an LFET.Project.ini-file:
ide.Java.InterfaceRulesClass.MethodModifier = ""
Entry in an LFET.Project.yaml-file:
ide.Java:

  InterfaceRulesClass:
    Method.Modifier: '""'