A variable of type Project provides access to data for a project. It has the following variables:
Name | Type | Description |
---|---|---|
name | String scalar | The project name |
directory | String scalar | The project directory |
applicationTitle | String scalar | The title of the application |
applicationDescription | String scalar | The description of the application |
rootPackage | String scalar | The base package for the project |
entities | Entity sequence | List of entities for the project |
guiComponents | GUIComponent sequence | List of GUI components for the project |
connectionInfo | ConnectionInfo hash | Details of the connection for the project. If no connection has been set for the project then this will not exist. |
Template data model
Project
Entity variables
GUIComponent variables
ConnectionInfo variables