$$SymbolCase

ide.<ProgrammingLanguage>.$$SymbolCase = lower | upper | camel | false (default=false)

The place­hol­der $$Symbol can be used for taking over the symbol of a con­di­tion or ac­tion value during gene­ra­tion in the gene­ra­ted program code. An ad­di­tion­al case processing can be determined with this parameter.

Entry in an LFET.Project.ini-file:
ide.Java.$$SymbolCase = upper
Possible values are as follows:

lower

Symbols are completely converted to lowercase letters

upper

Symbols are completely converted to uppercase letters

camel

The first character of the symbol is taken as an uppercase letter, whereas all other characters are converted to lowercase letters

false

No case conversion, symbols are taken over unchanged

Case is irrelevant in the case of key names and key values.