@zeroc/ice
    Preparing search index...

    Class EnumBase

    Base class for enumerated types.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructs a new enumerator.

      Parameters

      • name: string

        The name of the enumerator.

      • value: number

        The numeric value of the enumerator.

      Returns EnumBase

    Properties

    name: string

    The name of the enumerator.

    value: number

    The value of the enumerator.

    Methods

    • Returns a string representation of the current enumerator.

      Returns string

      A string representation of the current enumerator.