get
is prepended to this
name for the getter method and set
is prepended for the setter method.
return
myProperty;
).
PropertyChangeEvents
(for bound properties) and
VetoableChangeEvents
(for constrained properties). Code to
declare and initialize the property change support object is also generated.If you are creating an indexed property, the getter and setter methods generated with the options above include a parameter for the index of the element to be read or written. In addition, you can select Non-Index Options to generate getter and setter methods that apply to all elements of the array.
See also | |
---|---|
Creating a Bean
Creating a Bean Event Set Deleting a Property or Event Set Generating BeanInfo |