Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeRef

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new CodeRef(_code: string, _description: string): CodeRef
  • Parameters

    • _code: string
    • _description: string

    Returns CodeRef

Properties

Private _code

_code: string

Private _description

_description: string

Accessors

code

  • get code(): string
  • Returns string

description

  • get description(): string
  • Returns string

Methods

toString

  • toString(): string
  • Returns string

Static fromFormattedValue

  • fromFormattedValue(value: string): CodeRef
  • Parameters

    • value: string

    Returns CodeRef

Generated using TypeDoc