Interface EnumParameter

  • All Known Implementing Classes:
    UniquenessScope

    public interface EnumParameter

    A SAS enum parameter. Encodes as static data. In SAS this is decoded in the event summary or detail with "{{static_data[<index>] | enum: "ENUM_NAME"}}" using the "value" attribute

    • Method Detail

      • value

        int value()