Project Manager >
Project Manager Views > Structure View |
|
This functionality gives you input assistance support when Fujistu vendor is selected. Based on your selection made for property, getter method, setter method and other method, COBOL IDE creates the related code, which can be inserted in the active COBOL file of the editor. This input assistance option is provided through context sensitive menu (which is displayed only when the property or method is selected). The input assistance will be enabled even if the REP or REPIN compiler options are not set. The IDE shows the .rep files in the project.
|
Option selected |
Data to be entered |
|
Property Name |
None |
|
Uniqueness |
None |
|
Setter (Factory property) |
Data Item Name |
|
Getter (Factory property) |
Data Item Name |
|
Setter (Object property) |
Data Item Name, Object Name |
|
Getter (Object property) |
Data Item Name, Object Name |
|
Condition |
Text boxes provided |
|
Method selected is an object method |
Object Name. |
|
If the object / factory method requires input parameters |
Parameters (Number of parameters depends on the method selected) |
|
If the method requires a return type |
Return Item. |
to enter data using the [Select Parameter]
dialog box.

|