public enum Exercise.ExerciseType extends Enum<Exercise.ExerciseType> implements ProtocolMessageEnumThe type of activity performed during an exercise.
Protobuf enum google.devicesandservices.health.v4.Exercise.ExerciseType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BIKING |
Biking type. |
BIKING_VALUE |
Biking type. |
EXERCISE_TYPE_UNSPECIFIED |
Exercise type is unspecified. |
EXERCISE_TYPE_UNSPECIFIED_VALUE |
Exercise type is unspecified. |
HIIT |
HIIT type. |
HIIT_VALUE |
HIIT type. |
HIKING |
Hiking type. |
HIKING_VALUE |
Hiking type. |
OTHER |
Other type. |
OTHER_VALUE |
Other type. |
PILATES |
Pilates type. |
PILATES_VALUE |
Pilates type. |
RUNNING |
Running type. |
RUNNING_VALUE |
Running type. |
STRENGTH_TRAINING |
Strength training type. |
STRENGTH_TRAINING_VALUE |
Strength training type. |
SWIMMING |
Swimming type. |
SWIMMING_VALUE |
Swimming type. |
UNRECOGNIZED |
|
WALKING |
Walking type. |
WALKING_VALUE |
Walking type. |
WEIGHTLIFTING |
Weightlifting type. |
WEIGHTLIFTING_VALUE |
Weightlifting type. |
WORKOUT |
Workout type. |
WORKOUT_VALUE |
Workout type. |
YOGA |
Yoga type. |
YOGA_VALUE |
Yoga type. |
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() |
|