com.garmin.fit
Class SupportedExdScreenLayouts
java.lang.Object
com.garmin.fit.SupportedExdScreenLayouts
public class SupportedExdScreenLayouts
- extends java.lang.Object
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 |
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
SupportedExdScreenLayouts
public SupportedExdScreenLayouts()
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