Package 

Class WeatherEnumData

    • Constructor Summary

      Constructors 
      Constructor Description
      WeatherEnumData(String weatherSubType, String weatherName, Integer sunTimer, Boolean checked)
    • Method Summary

      Modifier and Type Method Description
      final String getWeatherSubType()
      final String getWeatherName()
      final Integer getSunTimer()
      final Boolean getChecked()
      • Methods inherited from class java.lang.Object

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

      • WeatherEnumData

        WeatherEnumData(String weatherSubType, String weatherName, Integer sunTimer, Boolean checked)