Class TypeDescriptor


  • public class TypeDescriptor
    extends Object
    • Constructor Detail

      • TypeDescriptor

        public TypeDescriptor()
    • Method Detail

      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean global)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getExtendsType

        public String getExtendsType()
      • setExtendsType

        public void setExtendsType​(String extendsType)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getListItemType

        public String getListItemType()
      • setListItemType

        public void setListItemType​(String listItemType)
      • getMapKeyType

        public String getMapKeyType()
      • setMapKeyType

        public void setMapKeyType​(String mapKeyType)
      • getMapValueType

        public String getMapValueType()
      • setMapValueType

        public void setMapValueType​(String mapValueType)