DataType.TimeType

class DataType.TimeType


Whether the DataType corresponds to a measurement spanning an interval, or a sample at a single point in time.

Summary

Public companion properties

DataType.TimeType

TimeType that indicates the DataType has a value that represents an interval of time with a beginning and end.

DataType.TimeType

TimeType that indicates the DataType has a value that represents a single point in time.

DataType.TimeType

The TimeType is unknown or this library is too old to know about it.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int
String

Public companion properties

INTERVAL

val INTERVALDataType.TimeType

TimeType that indicates the DataType has a value that represents an interval of time with a beginning and end. For example, number of steps taken over a span of time.

SAMPLE

val SAMPLEDataType.TimeType

TimeType that indicates the DataType has a value that represents a single point in time. For example, heart rate reading at a specific time.

UNKNOWN

val UNKNOWNDataType.TimeType

The TimeType is unknown or this library is too old to know about it.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

id

Added in 1.0.0
val idInt

name

Added in 1.0.0
val nameString