com.garmin.fit
Class SupportedExdScreenLayouts

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

public class SupportedExdScreenLayouts
extends java.lang.Object


Field Summary
static long FULL_QUARTER_SPLIT
           
static long FULL_SCREEN
           
static long HALF_HORIZONTAL
           
static long HALF_HORIZONTAL_BOTTOM_SPLIT
           
static long HALF_HORIZONTAL_TOP_SPLIT
           
static long HALF_VERTICAL
           
static long HALF_VERTICAL_LEFT_SPLIT
           
static long HALF_VERTICAL_RIGHT_SPLIT
           
static long INVALID
           
 
Constructor Summary
SupportedExdScreenLayouts()
           
 
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

FULL_SCREEN

public static final long FULL_SCREEN
See Also:
Constant Field Values

HALF_VERTICAL

public static final long HALF_VERTICAL
See Also:
Constant Field Values

HALF_HORIZONTAL

public static final long HALF_HORIZONTAL
See Also:
Constant Field Values

HALF_VERTICAL_RIGHT_SPLIT

public static final long HALF_VERTICAL_RIGHT_SPLIT
See Also:
Constant Field Values

HALF_HORIZONTAL_BOTTOM_SPLIT

public static final long HALF_HORIZONTAL_BOTTOM_SPLIT
See Also:
Constant Field Values

FULL_QUARTER_SPLIT

public static final long FULL_QUARTER_SPLIT
See Also:
Constant Field Values

HALF_VERTICAL_LEFT_SPLIT

public static final long HALF_VERTICAL_LEFT_SPLIT
See Also:
Constant Field Values

HALF_HORIZONTAL_TOP_SPLIT

public static final long HALF_HORIZONTAL_TOP_SPLIT
See Also:
Constant Field Values

INVALID

public static final long INVALID
Constructor Detail

SupportedExdScreenLayouts

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