VisualBoost
CtrlK
Github
  • Introduction
  • Advantages
  • Installation
    • Quick-start
    • On-Premise
  • Project
    • Tutorial
    • Settings
      • Overview
      • Configuration
        • Client
      • Git
  • Model-Editor
    • Quick-Start
    • Models & Classes
      • Properties
      • Functions
        • CRUD
        • Extension
        • Projections
    • Enumeration
    • Relationships
    • Packages
  • Actions
    • Build
      • Server application
      • Client
        • Java
        • Kotlin
    • Synchronization
  • Documentation
  • Plugin
    • Create Project
    • ToolWindow
    • Extensions
Powered by GitBook
On this page
Edit on GitHub
  1. Model-Editor

Enumeration

An Enumeration is a special data type that allows developers to define set of predefined constants. The idea is to use descriptive names for sets of values that belong together, which makes code more readable and maintainable.

PreviousProjectionsNextRelationships

Last updated 1 year ago