Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ModifyingMethod

A ModifyingMethod is a Method that modifies the value of a business object's attribute.

ModifyingMethods are mutable

specfield

modifiedAttribute: attribute whose value can be modified when executing this

Hierarchy

Index

Constructors

constructor

Properties

Private modifiedAttribute

modifiedAttribute: AttributeType

Methods

addParameter

getEffectType

getId

  • getId(): string

getModifiedAttribute

getName

  • getName(): string

getOwnershipType

getParameter

  • throws

    an error in case there is no parameter with id paramId known to this

    willreturn

    otherwise, returns a parameter p so that p is in this.parameters and p.id = paramId

    Parameters

    • paramId: string

      id of the parameter to be retrieved

    Returns AttributeType

getParameters

getTriggeringEvent

isValid

  • isValid(): boolean

setId

  • setId(id: string): void

toJSON

toModelFormat

Static createMapFromArray

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

Generated using TypeDoc