public enum Exercise.SplitSummary.SplitType extends Enum<Exercise.SplitSummary.SplitType> implements ProtocolMessageEnumThe type of the split, such as manual, duration, distance, calories.
Protobuf enum google.devicesandservices.health.v4.Exercise.SplitSummary.SplitType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CALORIES |
Split by calories. |
CALORIES_VALUE |
Split by calories. |
DISTANCE |
Split by distance. |
DISTANCE_VALUE |
Split by distance. |
DURATION |
Split by duration. |
DURATION_VALUE |
Split by duration. |
MANUAL |
Manual split. |
MANUAL_VALUE |
Manual split. |
SPLIT_TYPE_UNSPECIFIED |
Split type is unspecified. |
SPLIT_TYPE_UNSPECIFIED_VALUE |
Split type is unspecified. |
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() |
|