Show TOC

Procedure documentationEditing an Enumeration Type Locate this document in the navigation structure

 

You can change the name and values of an enumeration type after you create it. You cannot change the Java type of an enumeration type.

Procedure

  1. Locate the Project Resources node ( Where is the Project Resources node?) and double-click the node.

  2. In the Project Resources editor, choose the Enumeration Types tab.

  3. In the enumeration type editor that appears, choose an existing enumeration type in the table and choose the Edit button.

  4. In the dialog box that appears, enter an alternative name for the enumeration type in the Name field.

  5. In the space provided, enter alternative values for the enumeration type.

  6. Choose OK.

  7. Save the changes.