Event Type
constructor(name: String, ownerType: BusinessObjectType, ownerEffect: EventType.OwnedEffect, attributes: Set<Attribute> = ownerType.attributes)
Parameters
name
The name of the EventType.
owner Type
The BusinessObjectType that participates in the EventType with an owned method.
owner Effect
The effect of the EventType on the ownerType. This can be OwnedEffect.Create, OwnedEffect.Modify or OwnedEffect.End.