Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Create Properties

Enterprise Architect has capabilities for automatically creating properties in various languages. Property creation is controlled from the General page of the Attributes dialog.

Topics

Topic

Detail

See also

Usage

On the General page, select the Property checkbox.

The Create Property Implementation dialog immediately displays.

The Language panel defaults to the Class language; however, you can change this and generate the properties for any language, including Action Script.

Each language has slightly different syntax and generates slightly different results

Java and C++ generate get and set functions
C# and VB.Net create property functions
Delphi creates get and set functions as well as a specialized Delphi property Tagged Value

 

Type in the required details and click on the OK button.

Enterprise Architect generates the required operations and properties to comply with the selected language.

Note that get and set functions are stereotypes with �property get� �property set� making it easy to recognize property functions; you can also hide these specialized functions by deselecting the Property Methods checkbox in the Features tab of the Diagram Properties dialog for a specific diagram (select the Diagram | Properties menu option). This makes it easier to view a Class, uncluttered by many get and set methods.

Note that for Delphi you must enable the Tagged Values compartment to see the generated properties.

 

Compartments