Class Hail


  • public class Hail
    extends Object
    Hail information about the storm.
    • Field Detail

      • probSevere

        public Number probSevere
        Probability that the storm contains severe hail
      • prob

        public Number prob
        Probability that the storm contains hail of any size
      • maxSizeIN

        public Number maxSizeIN
        Maximum diameter of hail stones in inches
      • maxSize

        public String maxSize
        Maximum diameter of hail stones in hundredths of an inch
    • Constructor Detail

      • Hail

        public Hail()