Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalByNameReferenceProperty<T>

Property value that references a (model) element by a simple name, within the same model unit.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

declaredOn

declaredOn: IStructureClass

disposer

disposer: function | undefined

isAvailable

isAvailable: boolean

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: IObservableValue<string | null>

parent

Accessors

targetType

  • get (): string
  • Returns string

versionInfo

Methods

deepCopyInto

dispose

  • dispose(): void

get

  • get(): T | null

localName

  • localName(): string | null
  • Returns string | null

reportAvailabilityIssues

  • reportAvailabilityIssues(): void

set

  • set(newValue: T | null): void
  • Parameters

    • newValue: T | null

    Returns void

updateWithRawValue

  • updateWithRawValue(value: string): void

Generated using TypeDoc