Class RuleChoicePropertiesItem

    • Constructor Detail

      • RuleChoicePropertiesItem

        public RuleChoicePropertiesItem()
      • RuleChoicePropertiesItem

        public RuleChoicePropertiesItem​(RuleChoicePropertiesItem 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 - 参数名称。
      • getType

        public String getType()
        Get 参数值类型。
      • CHOICE:参数值只能在 ChoicesValue 中选择;
      • TOGGLE:参数值为开关类型,可在 ChoicesValue 中选择;
      • CUSTOM_NUM:参数值用户自定义,整型类型;
      • CUSTOM_STRING:参数值用户自定义,字符串类型。
Returns:
Type 参数值类型。
  • CHOICE:参数值只能在 ChoicesValue 中选择;
  • TOGGLE:参数值为开关类型,可在 ChoicesValue 中选择;
  • CUSTOM_NUM:参数值用户自定义,整型类型;
  • CUSTOM_STRING:参数值用户自定义,字符串类型。
  • Parameters:
    Type - 参数值类型。
  • CHOICE:参数值只能在 ChoicesValue 中选择;
  • TOGGLE:参数值为开关类型,可在 ChoicesValue 中选择;
  • CUSTOM_NUM:参数值用户自定义,整型类型;
  • CUSTOM_STRING:参数值用户自定义,字符串类型。