Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > Application Class Constants

Application Class Constants

The constants provided by the Application class are listed in the following table.

Constant Character or Integer Value
ApplicationType_GUI 'G'
ApplicationType_GUI_No_Forms 'F'
ApplicationType_Non_GUI 'S'
ApplicationType_Non_GUI_Rest 'T'
ApplicationType_Non_GUI_Web 'N'
ApplicationType_Rest_Services 'R'
ApplicationType_Web_Enabled 'W'
ThinClientEncryption_External 2
ThinClientEncryption_Internal 1
ThinClientEncryption_None 0
ThinClientEncryption_SSL 3

For details, see the applicationType property or getThinClientEncryptionType method.