类 MeteoDataDrawSet


  • public class MeteoDataDrawSet
    extends java.lang.Object
    作者:
    yaqiang
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • MeteoDataDrawSet

        public MeteoDataDrawSet()
    • 方法详细资料

      • getWeatherType

        public java.lang.String getWeatherType()
        Get weather type
        返回:
        Weather type
      • setWeatherType

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

        public static java.util.List<java.lang.Integer> getWeatherTypes​(java.lang.String weatherType)
        Get weather list
        参数:
        weatherType - Weather type
        返回:
        Weather list