Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Identifier

An interface for all the identifiers of Itentifiable entities.

Hierarchy

  • BaseUAObject
    • Identifier

Index

Constructors

constructor

  • Returns Identifier

Properties

id

id: string

The identifier of an entity.

idType

The kind of identifier contained in id.

schema

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
  • Decode the object from the binary stream.

    class

    BaseUAObject

    method

    decode

    Parameters

    • stream: BinaryStream

    Returns void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: DecodeDebugOptions): void
  • method

    decodeDebug

    Parameters

    • stream: BinaryStream
    • options: DecodeDebugOptions

    Returns void

encode

  • encode(stream: OutputBinaryStream): void
  • Encode the object to the binary stream.

    class

    BaseUAObject

    method

    encode

    Parameters

    • stream: OutputBinaryStream

    Returns 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(...args: any[]): string
  • method

    toString

    Parameters

    • Rest ...args: any[]

    Returns string

Generated using TypeDoc