Package 

Enum Diabetes.Event

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Diabetes.Event
    
                        

    Represents the condition the user was in when taking a reading.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      No event data provided.

      EXERCISE

      Reading was taken while or immediately following exercise.

      SICK

      Reading was taken while sick.

      MEDICATION

      Reading was taken after taking medication.

      OTHER

      Reading was taken after some other event.

    • Method Summary

      Modifier and Type Method Description
      static Array<Diabetes.Event> values()
      static Diabetes.Event valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait