Class RecordsDetails


  • public class RecordsDetails
    extends Object
    Details for the record.
    • Field Detail

      • text

        public String text
        The actual value from the record.
      • snowIN

        public Number snowIN
        If a snow record, the amount of snow in inches.
      • snowCM

        public Number snowCM
        If a snow record, the amount of snow in centimeters.
      • rainIN

        public Number rainIN
        If a rain record, the amount of rain in inches.
      • rainMM

        public Number rainMM
        If a rain record, the amount of rain in millimeters.
      • tempF

        public Number tempF
        If a temperature record, the value in Fahrenheit
      • tempC

        public Number tempC
        If a temperature record, the value in Celsius
    • Constructor Detail

      • RecordsDetails

        public RecordsDetails()