public enum MealType extends Enum<MealType> implements ProtocolMessageEnumEnum representing the meal type.
Protobuf enum google.devicesandservices.health.v4.MealType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AFTER_DINNER |
Value representing an evening snack. |
AFTER_DINNER_VALUE |
Value representing an evening snack. |
ANYTIME |
Value representing any time (legacy NA). |
ANYTIME_VALUE |
Value representing any time (legacy NA). |
BEFORE_BREAKFAST |
Value representing a meal before breakfast. |
BEFORE_BREAKFAST_VALUE |
Value representing a meal before breakfast. |
BEFORE_DINNER |
Value representing an afternoon snack. |
BEFORE_DINNER_VALUE |
Value representing an afternoon snack. |
BEFORE_LUNCH |
Value representing a morning snack. |
BEFORE_LUNCH_VALUE |
Value representing a morning snack. |
BREAKFAST |
Value representing a breakfast. |
BREAKFAST_VALUE |
Value representing a breakfast. |
DINNER |
Value representing dinner. |
DINNER_VALUE |
Value representing dinner. |
LUNCH |
Value representing a lunch. |
LUNCH_VALUE |
Value representing a lunch. |
MEAL_TYPE_UNSPECIFIED |
Unspecified meal type. |
MEAL_TYPE_UNSPECIFIED_VALUE |
Unspecified meal type. |
SNACK |
Value representing any meal outside of the usual three meals per day. |
SNACK_VALUE |
Value representing any meal outside of the usual three meals per day. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|