Enum SwimLengthsData.SwimStrokeType (0.2.0)

public enum SwimLengthsData.SwimStrokeType extends Enum<SwimLengthsData.SwimStrokeType> implements ProtocolMessageEnum

Swim stroke type.

Protobuf enum google.devicesandservices.health.v4.SwimLengthsData.SwimStrokeType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKSTROKE

Backstroke swim stroke type.

BACKSTROKE = 2;

BACKSTROKE_VALUE

Backstroke swim stroke type.

BACKSTROKE = 2;

BREASTSTROKE

Breaststroke swim stroke type.

BREASTSTROKE = 3;

BREASTSTROKE_VALUE

Breaststroke swim stroke type.

BREASTSTROKE = 3;

BUTTERFLY

Butterfly swim stroke type.

BUTTERFLY = 4;

BUTTERFLY_VALUE

Butterfly swim stroke type.

BUTTERFLY = 4;

FREESTYLE

Freestyle swim stroke type.

FREESTYLE = 1;

FREESTYLE_VALUE

Freestyle swim stroke type.

FREESTYLE = 1;

SWIM_STROKE_TYPE_UNSPECIFIED

Swim stroke type is unspecified.

SWIM_STROKE_TYPE_UNSPECIFIED = 0;

SWIM_STROKE_TYPE_UNSPECIFIED_VALUE

Swim stroke type is unspecified.

SWIM_STROKE_TYPE_UNSPECIFIED = 0;

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()