Class TypePropertyDescriptor


  • public class TypePropertyDescriptor
    extends Object
    • Constructor Detail

      • TypePropertyDescriptor

        public TypePropertyDescriptor()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getExample

        public String getExample()
      • setExample

        public void setExample​(String example)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)