New VJET Enum Wizard

The New VJET Enum Type wizard helps you to create a new VJET enum in a VJET project.

To reach this page please through the File menu (File > New > VJET Enum) of the workbench or the Context menu (New > VJET Enum) in the Script Explorer.

An example is shown below.

Create a VJET Enum type page
VJET Enum Options
Option Description Default
Source folder Enter a source folder for the new enum. Either type a valid source folder path or click Browse to select asource folder via a dialog. The source folder of the element that was selected when the wizard has been started.
Package Enter a package to contain the new enum. Either type a valid package name or click Browse to select a package via a dialog. The package of the element that was selected when the wizard has been started.
Name Type a name for the new enum. <blank>
Modifiers

Select one or more access modifiers for the new enum.

  • Either public or default

Note:

  • Private and protected are useless when you new a VJET enum
public
Interfaces Click Add to select interfaces that the new enum will satisfies.
Note: your abstract methods in the interfaces need to be implemented.
<blank>

Please refer to the New Java Enum Wizard in Java Development User Guide for detailed introduction of the other options.

Related reference