Describes how and optionally where a data asset may be used.

Hierarchy

  • Usecase

Constructors

Properties

Methods

Constructors

  • Private

    Constructs a new Usecase with the provided value. This constructor is private. To create a Usecase instance, use the static factory methods.

    Parameters

    • usecase: string

      The use case value.

    Returns Usecase

Properties

value: string

The raw value of the use case.

Methods

  • Creates a custom Usecase with the provided use case value.

    Parameters

    • usecase: string

      The custom use case value.

    Returns Usecase

    A Usecase instance.

    Static

  • Creates a Usecase from a provided use case value. If the use case value matches a common use case, a pre-defined Usecase is returned. Otherwise, a custom Usecase is created.

    Parameters

    • usecase: string

      The use case value.

    Returns Usecase

    A Usecase instance.

    Static

Generated using TypeDoc