Class WeatherWarning.Severity

  • Enclosing class:
    WeatherWarning

    public static class WeatherWarning.Severity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Severity()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getColor​(Context context, int severity)  
      static int toInt​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • Severity

        public Severity()
    • Method Detail

      • toInt

        public static int toInt​(java.lang.String value)
      • getColor

        public static int getColor​(Context context,
                                   int severity)