Customizing the default settings for Java methods in domain modeling class diagrams

You can set the default preferences for new methods that you add to Java classes and interfaces in domain modeling class diagrams.

About this task

To customize the default settings for Java methods, complete the following steps:

Procedure

  1. Click Window > Preferences.
  2. In the Preferences window, expand Modeling, expand Java, expand Field and Method Creation, and click Method Defaults.
  3. On the Method Defaults page, under Method name, type a name, name prefix, and name suffix.
  4. Under Return type and Dimensions, click a return type and specify the dimensions.
  5. Under Visibility, click a method visibility style.
  6. Under Modifiers, click method modifiers.
  7. Click Browse beside the Throws field and, in the Browse types window, click an exception type or types, and then click OK.
  8. Click OK.

Feedback