Option Item
|
Default
|
Description
|
Generate public member
|
True
|
Specifies whether to generate class and interface members with public visibility.
|
Generate package member
|
True
|
Specifies whether to generate class and interface members with package visibility.
|
Generate protected member
|
True
|
Specifies whether to generate class and interface members with protected visibility.
|
Generate private member
|
True
|
Specifies whether to generate class and interface members with private visibility.
|
Omit initial value for fields
|
False
|
Does not include the field initial value in the attribute model information.
|
Generate Java doc as documentation
|
False
|
Reads Java Doc in the source code and registers it as documentation information. Java Doc of each method is analyzed for tag information and entered as documentation information for each parameter of the operation model.
|
Generate fields as associations
|
False
|
Analyzes the field information in the source code to establish association relationships with the respective field type models. If unchecked, field information is generated as attributes for the respective class model..
|