Class Label

    • Constructor Detail

      • Label

        public Label()
      • Label

        public Label​(Label 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

      • getValue

        public String getValue()
        Get 类型值。
        Returns:
        Value 类型值。
      • setValue

        public void setValue​(String Value)
        Set 类型值。
        Parameters:
        Value - 类型值。
      • getText

        public String getText()
        Get 类型名称。
        Returns:
        Text 类型名称。
      • setText

        public void setText​(String Text)
        Set 类型名称。
        Parameters:
        Text - 类型名称。