com.garmin.fit
Class LanguageBits3

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

public class LanguageBits3
extends java.lang.Object


Field Summary
static short BULGARIAN
           
static short CHINESE
           
static short HEBREW
           
static short INVALID
           
static short JAPANESE
           
static short KOREAN
           
static short ROMANIAN
           
static short TAIWANESE
           
static short THAI
           
 
Constructor Summary
LanguageBits3()
           
 
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
 

Field Detail

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
Constructor Detail

LanguageBits3

public LanguageBits3()
Method Detail

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