Class MeteoDataDrawSet



  • public class MeteoDataDrawSet
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MeteoDataDrawSet​()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWeatherType​()
      Get weather type
      static java.util.List<java.lang.Integer> getWeatherTypes​(java.lang.String weatherType)
      Get weather list
      void setWeatherType​(java.lang.String weatherType)
      Set weather type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MeteoDataDrawSet

        public MeteoDataDrawSet​()
    • Method Detail

      • getWeatherType

        public java.lang.String getWeatherType​()
        Get weather type
        Returns:
        Weather type
      • setWeatherType

        public void setWeatherType​(java.lang.String weatherType)
        Set weather type
        Parameters:
        weatherType - Weather type
      • getWeatherTypes

        public static java.util.List<java.lang.Integer> getWeatherTypes​(java.lang.String weatherType)
        Get weather list
        Parameters:
        weatherType - Weather type
        Returns:
        Weather list