Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumerationDefinitionSchema

Hierarchy

Implements

Constructors

constructor

Properties

category

category: FieldCategory

Optional coerce

coerce: function

Type declaration

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Optional decode

decode: function

Type declaration

    • (stream: BinaryStream): any
    • Parameters

      • stream: BinaryStream

      Returns any

defaultValue

defaultValue: any

Optional encode

encode: function

Type declaration

enumValues

enumValues: any

lengthInBits

lengthInBits: number

name

name: string

Optional toJSON

toJSON: function

Type declaration

    • (): string
    • Returns string

typedEnum

typedEnum: Enum

Methods

computer_default_value

  • computer_default_value(defaultValue: any): any

Generated using TypeDoc