com.garmin.fit
Class LanguageBits3
java.lang.Object
com.garmin.fit.LanguageBits3
public class LanguageBits3
- 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 |
BULGARIAN
public static final short BULGARIAN
- See Also:
- Constant Field Values
ROMANIAN
public static final short ROMANIAN
- See Also:
- Constant Field Values
CHINESE
public static final short CHINESE
- See Also:
- Constant Field Values
JAPANESE
public static final short JAPANESE
- See Also:
- Constant Field Values
KOREAN
public static final short KOREAN
- See Also:
- Constant Field Values
TAIWANESE
public static final short TAIWANESE
- See Also:
- Constant Field Values
THAI
public static final short THAI
- See Also:
- Constant Field Values
HEBREW
public static final short HEBREW
- See Also:
- Constant Field Values
INVALID
public static final short INVALID
LanguageBits3
public LanguageBits3()
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