MethodName
MethodName = ...
This argument is optional and only relevant for the InterfaceEnum generation.
By default, the InterfaceEnum methods for conditions are isEnum(…) and for actions doEnum(…)
MethodName = Prefix
With the value "Prefix", only the prefix that was specified for the condition methods (is…) and action methods (do…) is used for the methods. See also the two parameters InterfacePrefixIs and InterfacePrefixDo.
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceEnum.1: Symbol; MethodName = Prefix; IncludeTags = Transit Times
MethodName = EnumName
With the value "EnumName", the name of the enum is used for the methods, which was formed dynamically from the title of the condition or action.
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceEnum.1: Symbol; MethodName = EnumName; IncludeTags = Transit Times
MethodName = <isName>, <doName>
If exactly two values are specified, the first value is used as the method name for condition values (is) and the second value as the method name for action values (do):
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceEnum.1: Symbol; MethodName = is, do; IncludeTags = Transit Times