Class SearchPropertyType

Represents a search property type.

Hierarchy

  • OnmsEnum<string>
    • SearchPropertyType

Constructors

Properties

comparators: Comparator[]

supported comparators.

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns {
        id: string;
        label: string;
    }

    • id: string
    • label: string