Package 

Enum Diabetes.MealRelationship

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

    
    public enum Diabetes.MealRelationship
    
                        

    Represents when a reading was taken in relation to food consumption.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      final String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RANDOM

      Reading was taken at a "random" time in relation to a meal, meaning not immediately before or after eating.

      FASTING

      Reading was taken during a fasting period.

      AFTER

      Reading was taken after a meal was consumed.

      BEFORE

      Reading was taken before a meal was consumed.

      NONE

      Unknown relationship to meal.