Double-click a property or press Edit in the Class Properties dialog | Properties tab.
General Tab |
Description |
Name |
Name of property |
Data Type |
Property data type |
Default value |
Property default value |
External |
Only properties that are marked as External are taken to particular class. Every new property defined by users must be set as External, otherwise the property will not be accessible in the class. If you need to add a property for just an informative purpose to your metamodel, uncheck the checkbox External. |
Implementation Area |
Description |
Get Script Method and Set Script Method |
Access methods for property. Name consists of ScriptName.MethodName - without brackets. Click the button next to the Get Script Method or Set Script Method fields to assign default values there. Example: PERSequenceOR.GetIncrementBy |
Package |
Name of package where the access methods are stored |
Overridable |
Select to set the property as Overrideable. |
Dynamic |
Select to set the property as Dynamic. |
Read Only |
Select to set the property as Read Only. |
Write Only |
Select to set the property as Write Only. |
Attributes Tab |
On tab Attributes, you can assign attributes to properties. Every attribute may change class behaviour. Example: You create a new property MyDescription. This property will be used for storing data entered into a new Text Field in the Entity Properties form. For this purpose, the following property attributes must be enabled: Editable and Store. Tip: A list of attributes is accessible via Model | Attributes menu. |