Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeRef

Index

Constructors

Properties

Methods

Constructors

constructor

  • new CodeRef(code: string, description: string, type?: string): CodeRef
  • Parameters

    • code: string
    • description: string
    • Default value type: string = TypeNames.CodeRefTypeName

    Returns CodeRef

Properties

code

code: string

description

description: string

type

type: string

Methods

toString

  • toString(): string

Static fromString

  • fromString(codeRef: any): CodeRef

Generated using TypeDoc