Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalizedText

Hierarchy

  • BaseUAObject
    • LocalizedText

Index

Constructors

constructor

Properties

locale

locale: LocaleId

text

text: UAString

Static possibleFields

possibleFields: string[] = ["locale","text"]

Accessors

schema

  • get schema(): StructuredTypeSchema

Static schema

  • get schema(): StructuredTypeSchema

Methods

binaryStoreSize

  • binaryStoreSize(): number
  • Calculate the required size to store this object in a binary stream.

    method

    binaryStoreSize

    Returns number

    number

clone

  • clone(): any
  • Returns any

decode

  • decode(stream: BinaryStream): void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: any): void

encode

  • encode(stream: OutputBinaryStream): void

explore

  • explore(): string
  • Returns string

isValid

  • isValid(): boolean
  • verify that all object attributes values are valid according to schema

    method

    isValid

    Returns boolean

    boolean

toJSON

  • toJSON(): any
  • Returns any

toString

  • toString(): string

Static coerce

Generated using TypeDoc