类 FixedParamValue

    • 构造器详细资料

      • FixedParamValue

        public FixedParamValue​(String... values)
    • 方法详细资料

      • getN

        public String getN​(Integer n)
        DEFAULT value will be returned if n = 0
        指定者:
        getN 在接口中 ParamValue
        参数:
        n -
        返回:
        the value stored at index = n
      • getIndex

        public Integer getIndex​(String value)
        从接口复制的说明: ParamValue
        max index is 2^31 - 1
        指定者:
        getIndex 在接口中 ParamValue
        参数:
        value - the stored value
        返回:
        the index of value
      • defaultVal

        public String defaultVal()
        从接口复制的说明: ParamValue
        get default value
        指定者:
        defaultVal 在接口中 ParamValue
        返回:
        the default value stored at index = 0