Property pattern

This pattern makes a property skeleton in the specified class.

In the "Name" and "Type" fields you can specify the name and the type for a newly created property.

The "Get method", "Set method" and "Attribute" checkboxes control whether to generate "get" or "set" accessors, or a private attribute to keep the values of a property.

Java specific:

Note that although this pattern creates a real bean property, i.e. in accordance with the bean specification, the class itself may not be recognized as a bean (for example, it's a private class), and the bean property will not be shown. Also, it might be not shown as a property if the Show beans option (View Management tab, Default or Project options dialog) is unchecked.