Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #1780
Closed
Open
Issue created Dec 30, 2018 by Administrator@rootContributor

[REQ][General] Set boolean flags in case of enum in non-primitive type

Created by: zhemant

Is your feature request related to a problem? Please describe.

In case when enum class is present, places, where this variable is used, is defined as a nonprimitive type and remaining flags are set to false. In low-level language like C, enum is needed to be handed in a special way, not like the nonprimitive type used normally for other classes.

Describe the solution you'd like

Setting isEnum flag in case the class/model is enum will help in this. We already have isModel to handle nonprimitive type which is class. Setting this flag will give more control over using and defining the variables

Assignee
Assign to
Time tracking