$$SymbolCase
ide.Java.$$SymbolCase = lower | upper | camel | false (default=false)
The placeholder $$Symbol can be used for taking over the symbol of a condition or action value during generation in the generated program code. An additional 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.