com.garmin.fit
Class LanguageBits1
java.lang.Object
com.garmin.fit.LanguageBits1
public class LanguageBits1
- extends java.lang.Object
Method Summary |
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value |
static java.lang.Short |
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 |
DUTCH
public static final short DUTCH
- See Also:
- Constant Field Values
FINNISH
public static final short FINNISH
- See Also:
- Constant Field Values
GREEK
public static final short GREEK
- See Also:
- Constant Field Values
HUNGARIAN
public static final short HUNGARIAN
- See Also:
- Constant Field Values
NORWEGIAN
public static final short NORWEGIAN
- See Also:
- Constant Field Values
POLISH
public static final short POLISH
- See Also:
- Constant Field Values
PORTUGUESE
public static final short PORTUGUESE
- See Also:
- Constant Field Values
SLOVAKIAN
public static final short SLOVAKIAN
- See Also:
- Constant Field Values
INVALID
public static final short INVALID
LanguageBits1
public LanguageBits1()
getStringFromValue
public static java.lang.String getStringFromValue(java.lang.Short value)
- Retrieves the String Representation of the Value
- Returns:
- The string representation of the value, or empty if unknown
getValueFromString
public static java.lang.Short getValueFromString(java.lang.String value)
- Retrieves a value given a string representation
- Returns:
- The value or INVALID if unkwown