Title
Title [ = Option ] [ , Option ] [ , Option ]
This argument is optional and adds the title of the value to the enum as a string, including the associated getter method, such as for Java: String getTitle(). For parm generation, the title is passed as a string.
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceEnum.1: Title; IncludeTags = Transit Times +
ide.Java.InterfaceEnum.2: Title; Symbol; Number; IncludeTags = Ranges
After an equal sign, one or two options can be specified – as described in detail in the previous chapter for the Symbol argument:
-
An option for extraction of numerical values: Integer, IntegerList, Double, DoubleList or Interval
-
A case-sensitive option: Uppercase or Lowercase
Multiple options are separated by commas, the order of the options is irrelevant. An example is presented below:
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceEnum.1: Title = Interval, Lowercase; IncludeTags = Transit Times +
ide.Java.InterfaceEnum.2: Title = DoubleList; Symbol ; IncludeTags = Ranges