Jade 7

What is an Attribute?

An attribute is a property with values of a JADE primitive type, for example a string or integer.

Instructions

  1. In the Class Browser, select the Properties | Add Attribute... menu command. The Define Attribute dialog is displayed.
  2. Enter title as the name.
  3. Select String as the type.
  4. Change the access to public, and the length to 80.
  5. Click the OK button.

Public vs Protected vs Read Only

A public property can be accessed and modified by methods outside its class.

A protected property can only be accessed and modified by methods within its class.

A read only property is public for access and protected for modification.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Contents
 

For maximum reliability, security and performance of your JADE solution, JADE Care24 is our fully comprehensive systems management offering.