Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Match

A match for a value.

Hierarchy

  • Match

Index

Constructors

constructor

  • Returns Match

  • Parameters

    Returns Match

Methods

getAlias

  • getAlias(): string
  • Set the alias the human readable name that will be used as a part of registry entry name when the value matches.

    Returns string

getType

  • Set the type of matching to apply.

    Returns MatchType

getValue

  • getValue(): string
  • Set the matched value.

    Returns string

setAlias

  • setAlias(alias: string): Match
  • Set the alias the human readable name that will be used as a part of registry entry name when the value matches.

    Parameters

    • alias: string

    Returns Match

setType

  • Set the type of matching to apply.

    Parameters

    Returns Match

setValue

  • setValue(value: string): Match
  • Set the matched value.

    Parameters

    • value: string

    Returns Match

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc