The Beans Property settings in the Options window controls the way in which
bean properties are generated by the Generate R/W Property for Field command.
To configure the generation of getter and setter methods:
Choose Tools Options
from the main window.
Expanding the Editing node and select Beans Property.
You can specify the following settings:
Property Access Types. Specifies whether to generate a getter method,
a setter method, or both.
Property Is Bound. When True, generates only properties.
Property Is Constrained. When True, generates only properties.
Indexed Property Has Indexed Access. When True, gives indexed
access to any indexed properties it generates. You create an indexed property
by choosing Generate R/W Property for Field on an array.
Style of Declared Variable. Specifies the style in which variables
for the property are created. You can choose from this.property_Value
and _property_Value.
Use Inheritance in Superclass Without Prompting. If True, inheritance
is used in superclass without prompting. For example, If class MyClass
has a non-private PropertyChangeSupport, and class MyOtherClass
extends MyClass, then MyOtherClass uses the PropertyChangeSupport
from MyClass instead of generated a new one.