Class PropertyField

    • Constructor Detail

      • PropertyField

        public PropertyField()
      • PropertyField

        public PropertyField​(PropertyField 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 属性类型
        Returns:
        Type 属性类型
      • setType

        public void setType​(String Type)
        Set 属性类型
        Parameters:
        Type - 属性类型
      • getDescription

        public String getDescription()
        Get 属性描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 属性描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 属性描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 属性描述 注意:此字段可能返回 null,表示取不到有效值。