Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IEnum

Base class for enumerations in the meta model. Literals of an enumeration are generated as public static constants of the generated sub class which are instances of the generated sub class.

Hierarchy

Index

Constructors

constructor

Properties

Private _name

_name: any

name

name: string

Protected qualifiedTsTypeName

qualifiedTsTypeName: string

versionInfo

versionInfo: LifeCycle

Methods

checkEnumVersion

  • checkEnumVersion(metaModelVersion: Version, includeWarnings: boolean): void
  • Parameters

    • metaModelVersion: Version
    • includeWarnings: boolean

    Returns void

qualifiedTsLiteralName

  • qualifiedTsLiteralName(): string
  • Returns string

toString

  • toString(): string
  • Returns string

Generated using TypeDoc