Method Properties
On this page, edit the method signature from the first SmartGuide page. Options
that are unavailable for the type of method you are creating are automatically disabled.
Set the following options:
- Method Name You can change the name you set on the previous page in the
SmartGuide.
- Return Type Likewise, you can change this setting here.
Click Browse to see a list of available types. If the method
returns an array, enable the Array checkbox and specify the dimensions.
- Access Modifiers Specify the access level for the method.
- Other Modifiers Specify whether the method is abstract, native,
synchronized, final, or static.
- Parameters Click Add to add a parameter to the method.
The Add Parameter dialog lets you select the type, array dimension, and name for
the parameter.
Click Next to specify exceptions that the method can throw, or Finish
to exit and generate the method.
