接口 ParamValue

    • 方法详细资料

      • getN

        String getN​(Integer n)
        get value at the specified index.
        参数:
        n - the nth value
        返回:
        the value stored at index = n
      • getIndex

        Integer getIndex​(String value)
        max index is 2^31 - 1
        参数:
        value - the stored value
        返回:
        the index of value
      • defaultVal

        String defaultVal()
        get default value
        返回:
        the default value stored at index = 0