Constructors
constructor
- new CodeRef(_code: string, _description: string): CodeRef
-
Parameters
-
_code: string
-
_description: string
Properties
Private _code
_code: string
Private _description
_description: string
Accessors
code
-
Returns string
description
- get description(): string
-
Returns string
Methods
toString
-
Returns string
Static fromFormattedValue
- fromFormattedValue(value: string): CodeRef
-
Parameters