Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BusinessEventType

A BusinessEventType is a MetaElement which represents a type of business events that can be fired. It is used to coordinate the behavior of BusinessObjectType's instances.

BusinessEventTypes are mutable

Hierarchy

Index

Constructors

constructor

Methods

getId

  • getId(): string

getName

  • getName(): string

isValid

  • isValid(): boolean

setId

  • setId(id: string): void

toJSON

toModelFormat

Static createMapFromArray

  • createMapFromArray<MetaElementType>(elements: Array<MetaElementType>): Map<string, MetaElementType>

Generated using TypeDoc