Class Parameter

    • Constructor Detail

      • Parameter

        public Parameter()
      • Parameter

        public Parameter​(Parameter source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getName

        public String getName()
        Get 参数名称
        Returns:
        Name 参数名称
      • setName

        public void setName​(String Name)
        Set 参数名称
        Parameters:
        Name - 参数名称
      • getCurrentValue

        public String getCurrentValue()
        Get 参数值
        Returns:
        CurrentValue 参数值
      • setCurrentValue

        public void setCurrentValue​(String CurrentValue)
        Set 参数值
        Parameters:
        CurrentValue - 参数值