| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.DataType.Field |
A field represents one dimension of a data type. Defines the name and format of data. Unlike data type names, field names are not namespaced, and only need to be unique within the data type.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | FORMAT_FLOAT | Format constant indicating the field holds float values. | |||||||||
| int | FORMAT_INT32 | Format constant indicating the field holds integer values. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the format of the field, as one of the format constant values.
| |||||||||||
Returns the name of the field.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Format constant indicating the field holds float values.
Format constant indicating the field holds integer values.
Returns the format of the field, as one of the format constant values.