Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriScheme

Hierarchy

  • UriScheme

Implements

Index

Constructors

constructor

  • Parameters

    • name: string

    Returns UriScheme

Properties

Readonly name

name: string

Accessors

Static cache

  • Returns HashGenCacheMap<string, UriScheme>

Methods

compareTo

  • compareTo(that: unknown): number
  • Parameters

    • that: unknown

    Returns number

debug

  • debug(output: Output<unknown>): void
  • Parameters

    Returns void

display

  • display(output: Output<unknown>): void
  • Parameters

    Returns void

equals

  • equals(that: unknown): boolean
  • Parameters

    • that: unknown

    Returns boolean

hashCode

  • hashCode(): number
  • Returns number

isDefined

  • isDefined(): boolean
  • Returns boolean

toAny

  • toAny(): undefined | string
  • Returns undefined | string

toString

  • toString(): string
  • Returns string

Static create

  • Parameters

    • schemeName: string

    Returns UriScheme

Static fromAny

  • Parameters

    Returns UriScheme

Static parse

  • Parameters

    • schemePart: string

    Returns UriScheme

Static undefined

  • Returns UriScheme

Generated using TypeDoc