Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ByNameReferenceProperty<T>

Property value that references a (model) element by name.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Private _targetType

_targetType: any

declaredOn

declaredOn: any

handle

handle: function

Type declaration

    • (): void
    • Returns void

isAvailable

isAvailable: boolean

Returns true if this property is not deleted, and already availabe in the current model version

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: ByNameReference<T>

parent

targetType

targetType: string

versionInfo

versionInfo: PropertyVersionInfo

Methods

assertPropertyAvailableInCurrentVersion

  • assertPropertyAvailableInCurrentVersion(): void

assertReadable

  • assertReadable(): void

assertWritable

  • assertWritable(): void

deepCopyInto

  • deepCopyInto(clone: any, _: any, unresolvedIdentifierFixers: any): void

dispose

  • dispose(): void

fireOnChange

  • fireOnChange(): void

get

  • get(): T

initialize

onChange

  • onChange(newValue: T, oldValue: T): void

qualifiedName

  • qualifiedName(): string
  • Returns string

resolveReferences

  • resolveReferences(): void

set

  • set(newValue: T): void

updateWithRawValue

  • updateWithRawValue(value: string): void

Generated using TypeDoc