Name (attribute of property)
From JRapid
The "name" attribute is the is by which properties can be referenced.
It provides the Java Class property name, and the column name of the database.
Usage
<property name = NAME ... />
Example
<entity name="Company" label="Company" /> <panel name="Index" title="Default main page" />
