public static class MealType


Type of meal.

Summary

Constants

static final int

Use this for the first meal of the day, usually the morning meal.

static final int

Use this for last meal of the day, usually the evening meal.

static final int

Use this for the noon meal.

static final int

Any meal outside of the usual three meals per day.

static final int

Public fields

static @NonNull MealType

Constants

MEAL_TYPE_BREAKFAST

Added in 1.1.0-alpha07
public static final int MEAL_TYPE_BREAKFAST = 1

Use this for the first meal of the day, usually the morning meal.

MEAL_TYPE_DINNER

Added in 1.1.0-alpha07
public static final int MEAL_TYPE_DINNER = 3

Use this for last meal of the day, usually the evening meal.

MEAL_TYPE_LUNCH

Added in 1.1.0-alpha07
public static final int MEAL_TYPE_LUNCH = 2

Use this for the noon meal.

MEAL_TYPE_SNACK

Added in 1.1.0-alpha07
public static final int MEAL_TYPE_SNACK = 4

Any meal outside of the usual three meals per day.

MEAL_TYPE_UNKNOWN

Added in 1.1.0-alpha07
public static final int MEAL_TYPE_UNKNOWN = 0

Public fields

INSTANCE

Added in 1.1.0-alpha07
public static @NonNull MealType INSTANCE