JavaVariableName

Name of the generated java variable

Syntax

JavaVariableName "value";

Description

This should be specified only when the model name cannot be used as the variable name.

Java variable name is typically used when generating middle tier code. When not explicitly specified, the text is generated from the model name, but in some cases that would be a reserved word in Java or contain illegal characters. In that case this property is set to a valid Java identifier name.

attributes {
   public     Class TEXT(40) A-IU- {
      JavaVariableName "className";
   }
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.