Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractEnum

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

  • AbstractEnum

Index

Constructors

constructor

Properties

Protected qualifiedTsTypeName

qualifiedTsTypeName: string

versionInfo

versionInfo: LifeCycle

Accessors

name

  • get (): string
  • Returns string

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