com.garmin.fit
Class TimeIntoDay

java.lang.Object
  extended by com.garmin.fit.TimeIntoDay

public class TimeIntoDay
extends java.lang.Object


Field Summary
static long INVALID
           
 
Constructor Summary
TimeIntoDay()
           
 
Method Summary
static java.lang.String getStringFromValue(java.lang.Long value)
          Retrieves the String Representation of the Value
static java.lang.Long getValueFromString(java.lang.String value)
          Retrieves a value given a string representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final long INVALID
Constructor Detail

TimeIntoDay

public TimeIntoDay()
Method Detail

getStringFromValue

public static java.lang.String getStringFromValue(java.lang.Long value)
Retrieves the String Representation of the Value

Returns:
The string representation of the value, or empty if unknown

getValueFromString

public static java.lang.Long getValueFromString(java.lang.String value)
Retrieves a value given a string representation

Returns:
The value or INVALID if unkwown